summaryrefslogtreecommitdiff
path: root/doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn')
-rw-r--r--doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn b/doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
index ebbc1e7e9..c973308c6 100644
--- a/doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
+++ b/doc/bugs/feeding_git_annex_with_xargs_can_fail.mdwn
@@ -5,13 +5,9 @@ Feeding git-annex a long list off directories, eg with xargs can have
ls-files command is longer than the git-annex command often, so it gets
truncated and some files are not processed.
- > [[fixed|done]] --[[Joey]]
+ > fixed --[[Joey]]
* 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.
-
- > I think I've managed to speed this up something like
- > 1000x or some such. segmentPaths on an utterly insane list of 6 million
- > files now runs in about 10 seconds. --[[Joey]]