fix removal from local gcrypt repo that had files stored using rsync

When files are stored using rsync, they have their write bit removed;
so does the directory they're put in. The local repo code did not turn
these bits back on, so failed to remove.
This commit is contained in:
Joey Hess 2014-08-03 20:21:46 -04:00
parent 8601f8f571
commit d12becfdde
2 changed files with 7 additions and 2 deletions

1
debian/changelog vendored
View file

@ -21,7 +21,6 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
* Dropping an object from a bup special remote now deletes the git branch
for the object, although of course the object's content cannot be deleted
due to the nature of bup.
*
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400