sync: Fix automatic resolution of merge conflicts where one side is an annexed file, and the other side is a non-annexed file, or a directory.
Note that this case is only fully automatically resolved in direct mode. In indirect mode, git merge moves the file to file~HEAD, and replaces it with the directory, and leaves the file in unmerged state, and sync doesn't yet change that.
This commit is contained in:
parent
6fb6913168
commit
e227e8f683
2 changed files with 48 additions and 28 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -23,6 +23,8 @@ git-annex (4.20131003) UNRELEASED; urgency=low
|
|||
* Deal with git check-attr -z output format change in git 1.8.5.
|
||||
* Work around sed output difference that led to version containing a newline
|
||||
on OSX.
|
||||
* sync: Fix automatic resolution of merge conflicts where one side is an
|
||||
annexed file, and the other side is a non-annexed file, or a directory.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue