summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 14:22:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 14:22:46 -0400
commitcb5ca6e981a9dedce90d9ac7e1785c5ae5841723 (patch)
treed0a926ff1776c7a242a111b72afe76455fc77bdb /debian/changelog
parent4b6bff79f25d5567deb8b266cccb96744f75d057 (diff)
avoid making post-merge-conflict-resolution commit when no conflicts were resolved
sync, merge, assistant: When git merge failed for a reason other than a conflicted merge, such as a crippled filesystem not allowing particular characters in filenames, git-annex would make a merge commit that could omit such files or otherwise be bad. Fixed by aborting the whole merge process when git merge fails for any reason other than a merge conflict.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 709ae893c..5be414bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,12 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
* Avoid unncessary write to the location log when a file is unlocked
and then added back with unchanged content.
* S3: Fix support for using https.
+ * sync, merge, assistant: When git merge failed for a reason other
+ than a conflicted merge, such as a crippled filesystem not allowing
+ particular characters in filenames, git-annex would make a merge commit
+ that could omit such files or otherwise be bad. Fixed by aborting the
+ whole merge process when git merge fails for any reason other than a
+ merge conflict.
* Debian: Add torrent library to build-depends as it's packaged now,
and stop recommending bittornado | bittorrent.
* Debian: Remove dependency on transformers library, as it is now