summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-07 12:53:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-07 12:53:35 -0400
commite4993c590109f52291a7ce9790e4dd1893d9e368 (patch)
treef8185357bd786a4e9c6674f5f71f9ea16f44e856 /CHANGELOG
parentdb0d798180cb076b9b549bc07344cab70cda5ec0 (diff)
Fix bad automatic merge conflict resolution between an annexed file and a directory with the same name when in an adjusted branch.
When running in an overlay work tree, all unchanged files show as deleted, so this code that stages deletions should not run.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2efc4eb24..79f07ba61 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,8 @@ git-annex (6.20160528) UNRELEASED; urgency=medium
* list: Do not include dead repositories.
* move --to: Better behavior when system is completely out of disk space;
drop content from disk before writing location log.
+ * Fix bad automatic merge conflict resolution between an annexed file
+ and a directory with the same name when in an adjusted branch.
-- Joey Hess <id@joeyh.name> Fri, 27 May 2016 13:12:48 -0400