projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540bf65
)
[PATCH] Fix assertion failure when merging common ancestors.
author
Fredrik Kuivinen
<freku045@student.liu.se>
Mon, 12 Sep 2005 21:29:06 +0000
(23:29 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 12 Sep 2005 21:53:55 +0000
(14:53 -0700)
Bug reported by Junio.
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge-fredrik.py
patch
|
blob
|
history
diff --git
a/git-merge-fredrik.py
b/git-merge-fredrik.py
index
920e10f
..
9a05ab7
100755
(executable)
--- a/
git-merge-fredrik.py
+++ b/
git-merge-fredrik.py
@@
-60,7
+60,7
@@
def merge(h1, h2, branch1Name, branch2Name, graph, callDepth=0):
branch1Name, branch2Name,
cleanCache, updateWd)
- if clean or
alwaysWriteTre
e:
+ if clean or
cleanCach
e:
res = Commit(None, [h1, h2], tree=shaRes)
graph.addNode(res)
else: