diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-31 20:06:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-31 20:06:34 -0400 |
commit | 37c62eebb72fa0c216336435669cf8a05c2dbc88 (patch) | |
tree | 7a51892ebc289abde68ab5fd2d9e49762c6c752c /doc/bugs/ordering.mdwn | |
parent | 9fe5865a07ac5a66c7ecaad4a5682b205939735d (diff) |
Preserve specified file ordering when instructed to act on multiple files or directories.
Diffstat (limited to 'doc/bugs/ordering.mdwn')
-rw-r--r-- | doc/bugs/ordering.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/ordering.mdwn b/doc/bugs/ordering.mdwn index 902cf7676..536bfce36 100644 --- a/doc/bugs/ordering.mdwn +++ b/doc/bugs/ordering.mdwn @@ -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]] |