document output files must be regular files
This commit is contained in:
parent
f59c0d1f07
commit
7bda5f470c
1 changed files with 5 additions and 2 deletions
|
@ -65,8 +65,11 @@ dashed options. If there is a path traversal attack, the program's stdin will
|
||||||
be closed without a path being written to it.
|
be closed without a path being written to it.
|
||||||
|
|
||||||
The filename of the output file is both the filename in the program's
|
The filename of the output file is both the filename in the program's
|
||||||
temporary directory, and also the filename that will be added to the
|
temporary directory that it should write to, and also the filename that will
|
||||||
git-annex repository by `git-annex compute`.
|
be added to the git-annex repository by `git-annex compute`.
|
||||||
|
|
||||||
|
The program must write a regular file to the output file. Symlinks
|
||||||
|
or other special files will not be accepted as output files.
|
||||||
|
|
||||||
If git-annex sees that an output file is growing, it will use its file size
|
If git-annex sees that an output file is growing, it will use its file size
|
||||||
when displaying progress to the user. So if possible, the program should
|
when displaying progress to the user. So if possible, the program should
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue