summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-08 14:38:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-08 14:38:24 -0400
commitd48c28bfffeda0a7b958f5312fa15dc404c5b8c1 (patch)
treea8d08e4671b3079788d7be8a4fde2c1899621c71 /CHANGELOG
parent92198a766e356d171bd9e6fdbdcd9d598e2d7280 (diff)
Fix directory special remote's cleanup of empty export directories.
Was trying to rmdir the file, which had already been deleted, and when that failed, it skipped trying to delete the parent directories. Noticed the bug through testremote, but it can't itself detect such problems as there is no enumeration in the API. This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index faa05e3d2..ae02be0a9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ git-annex (6.20171027) UNRELEASED; urgency=medium
Thanks, Eric Siegerman
* Makefile improvement for BUILDER=stack, use stack to run ghc.
* testremote: Test exporttree.
+ * Fix directory special remote's cleanup of empty export directories.
-- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400