summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-30 15:16:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-30 15:16:34 -0400
commitea7b1828d48a5dce42393d252f4bbda5cba10d24 (patch)
treeb168a07b595cc90c3f45e3b3f0afa0f0365c4ea0 /debian
parentabe3b5bf783b65b2d1e071117c99fe6aa790bf0a (diff)
unused, status: Sped up by avoiding unnecessary stats of annexed files.
Statting files returned by dirContents to see if they exist and are regular files seems pretty useless. This code was originally part of fsck, and perhaps the idea then was to avoid things returned by dirContents that were not files. But it's certianly not needed in the current use cases for getKeysPresent.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7803c9a62..c8c60579e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ git-annex (3.20110820) UNRELEASED; urgency=low
configured first. Closes: #638998
* The wget command will now be used in preference to curl, if available.
* init: Make description an optional parameter.
+ * unused, status: Sped up by avoiding unnecessary stats of annexed files.
-- Joey Hess <joeyh@debian.org> Tue, 23 Aug 2011 13:41:01 -0400