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.
This commit is contained in:
parent
abe3b5bf78
commit
ea7b1828d4
2 changed files with 2 additions and 8 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue