diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-14 14:36:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-14 14:36:48 -0400 |
commit | f3539810a43863171f4f0d99885c6b306eb79c61 (patch) | |
tree | 12e08aa6103d2cd15f52442a32556008c69a137f /debian/changelog | |
parent | 85c0a2f1e4c67854f1cfbcdb62db59ab97a8ac7f (diff) |
on second thought, don't change sync to exit nonzero on successful conflicted merge resolution
For one thing, that breaks the test suite. May revisit later.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e316b5e1a..975818366 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,6 @@ git-annex (5.20131102) UNRELEASED; urgency=low "git status" won't work in them. * The -c option now not only modifies the git configuration seen by git-annex, but it is passed along to every git command git-annex runs. - * sync: When there are merge conflicts that get automatically resolved, - exit nonzero at the end. * watcher: Avoid loop when adding a file owned by someone else fails in indirect mode because its permissions cannot be modified. * webapp: Avoid encoding problems when displaying the daemon log file. |