summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15bf57a)
raw | patch | inline | side by side (parent: 15bf57a)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 30 Nov 2005 10:37:06 +0000 (02:37 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 30 Nov 2005 10:37:06 +0000 (02:37 -0800) |
This minimally changes merge-recursive to match what happens
when O->A, O->B, A!=B 3-way filelevel merge leaves conflicts to
the new merge-resolve behaviour.
Signed-off-by: Junio C Hamano <junkio@cox.net>
when O->A, O->B, A!=B 3-way filelevel merge leaves conflicts to
the new merge-resolve behaviour.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge-recursive.py | patch | blob | history |
diff --git a/git-merge-recursive.py b/git-merge-recursive.py
index 01292335509bfd1460e12e0e1d86c4fcd1f265a4..e599b11cc57ecd0219d39fbfc8141fa5455755bf 100755 (executable)
--- a/git-merge-recursive.py
+++ b/git-merge-recursive.py
if cacheOnly:
updateFile(False, sha, mode, path)
else:
- updateFileExt(aSha, aMode, path,
- updateCache=True, updateWd=False)
updateFileExt(sha, mode, path, updateCache=False, updateWd=True)
else:
die("ERROR: Fatal merge failure, shouldn't happen.")