Revert "Significantly sped up processing of large numbers of directories passed to a single git-annex command."

This reverts commit 705112903e.

Whoops, git ls-files does not always output in the input ordering.
That's why all this work is needed. Urk.
This commit is contained in:
Joey Hess 2015-04-02 01:23:43 -04:00
parent 8aa6b5f2a6
commit f79502d377
3 changed files with 3 additions and 11 deletions

2
debian/changelog vendored
View file

@ -22,8 +22,6 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
corresponding to duplicated files they process.
* fsck: Added --distributed and --expire options,
for distributed fsck.
* Significantly sped up processing of large numbers of directories
passed to a single git-annex command.
* Fix truncation of parameters that could occur when using xargs git-annex.
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400