diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-03 20:21:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-03 20:21:46 -0400 |
commit | 1b54fbff16a523f1b68248be37623c8d20b2fc7e (patch) | |
tree | 92c8114f40987aa6eb8d3c47f0a7a56993465461 /debian/changelog | |
parent | 6f34a7c9762a94befddc80dbdd898c2f5b6407f7 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a6118966e..8da5b87bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |