Preserve specified file ordering when instructed to act on multiple files or directories.

This commit is contained in:
Joey Hess 2011-01-31 20:06:34 -04:00
parent 9fe5865a07
commit 37c62eebb7
3 changed files with 50 additions and 6 deletions

View file

@ -8,3 +8,5 @@ This ordering comes from "git ls-files". git-annex passes it all the files
the user specified. This is a useful optimisation -- earlier it would
run "git ls-files" once per parameter, and so "git annex get *" could be
rather slow. But, it produces this ordering problem.
[[done]]