bug report
This commit is contained in:
parent
6dd13d2684
commit
ba6b470853
1 changed files with 11 additions and 0 deletions
11
doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
Normal file
11
doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
Feeding git-annex a long list off directories, eg with xargs can have
|
||||
2 bad behaviors:
|
||||
|
||||
* git-annex runs git ls-files and passes it the same long list. But the git
|
||||
ls-files command is longer than the git-annex command often, so it gets
|
||||
truncated and some files are not processed.
|
||||
|
||||
* It can take a really long time for git-annex to chew through the
|
||||
git-ls-files results. There is probably an exponential blowup in the time
|
||||
relative to the number of parameters. Some of the stuff being done to
|
||||
preserve original ordering etc is likely at fault.
|
Loading…
Add table
Add a link
Reference in a new issue