summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3540b937a..d85926d70 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,10 @@ git-annex (6.20170520) UNRELEASED; urgency=medium
* metadata: When setting metadata of a file that did not exist,
no error message was displayed, unlike getting metadata and most other
git-annex commands. Fixed this oversight.
+ * Added annex.resolvemerge configuration, which can be set to false to
+ disable the usual automatic merge conflict resolution done by git-annex
+ sync and the assistant.
+ * sync: Added --no-resolvemerge option.
-- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400