summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-02 01:44:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-02 01:44:32 -0400
commit473a64e5e8b6fc3f3bd396c1756754ad057e3009 (patch)
treee1a774cefb7d900c4963c6e61adedc10b246de68 /debian
parent8b17e33b84b0f60da422e2c32a5fa6f53c10df6d (diff)
Significantly sped up processing of large numbers of directories passed to a single git-annex command. (try 2)
New approach is to do it the expensive way for the first 100 paths on the command line, but then assume the user doesn't care about order too much and fall back to the cheap way that does not preserve order.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ed152c8ef..7188f2860 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
* fsck: Added --distributed and --expire options,
for distributed fsck.
* Fix truncation of parameters that could occur when using xargs git-annex.
+ * Significantly sped up processing of large numbers of directories
+ passed to a single git-annex command.
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400