Fix bug that prevented enumerating locally present objects in repos tuned with annex.tune.objecthash1=true

Need to walk 1 level of subdirs less in this case.

The git-annex branch traversal code didn't have a similar bug.
This commit is contained in:
Joey Hess 2015-06-11 15:14:42 -04:00
parent c558b39686
commit 0a998032ed
3 changed files with 14 additions and 2 deletions

3
debian/changelog vendored
View file

@ -25,6 +25,9 @@ git-annex (5.20150529) UNRELEASED; urgency=medium
to avoid old versions of tahoe create-client choking.
* Build documentation with deterministic=1 for reproducible builds.
(A new ikiwiki feature.) Closes: #785736
* Fix bug that prevented enumerating locally present objects in repos
tuned with annex.tune.objecthash1=true.
Fixes: unused, object count in info, unannex.
-- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400