summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-10 16:06:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-10 16:06:53 -0400
commit6a1596bcaaaeea06108fd336ca9633e931d207c1 (patch)
tree1c594181c4031e8f7af7fc1b4758256149456282 /debian
parentebbec7ac550343034a9b0341256ca475082f88e1 (diff)
metadata: When setting metadata, do not recurse into directories by default, since that can be surprising behavior and difficult to recover from. The old behavior is available by using --force.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ed503530b..5ae18df12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ git-annex (5.20150206) UNRELEASED; urgency=medium
built with process-1.2
* bittorrent: Fix mojibake introduced in parsing arai2c progress output.
* fsck --from: If a download from a remote fails, propigate the failure.
+ * metadata: When setting metadata, do not recurse into directories by
+ default, since that can be surprising behavior and difficult to recover
+ from. The old behavior is available by using --force.
-- Joey Hess <id@joeyh.name> Fri, 06 Feb 2015 13:57:08 -0400