diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-11 14:52:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-11 14:52:53 -0400 |
commit | 4d925d77c2af45ac655f2246890f5f12ecef728e (patch) | |
tree | 37ae14c9abb7a62f61fbfcec7b9e204f71d13f99 /debian | |
parent | 5886bcd2a804dc7b5c3285bfbfe86fe3516a0b6e (diff) |
uninit: Avoid failing final removal in some direct mode repositories due to file modes.
Specifically .map files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 087e3cdfc..58f2430b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ git-annex (5.20140710) UNRELEASED; urgency=medium * direct: Fix handling of case where a work tree subdirectory cannot be written to due to permissions. * migrate: Avoid re-checksumming when migrating from hashE to hash backend. + * uninit: Avoid failing final removal in some direct mode repositories + due to file modes. -- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2014 23:29:21 -0400 |