Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[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
raw
|
patch
| inline |
side by side
(parent:
540bf65
)
diff --git
a/git-merge-fredrik.py
b/git-merge-fredrik.py
index 920e10ffbf6ead119d8caabfa043281cec1b9d73..9a05ab797c5cf817384c5921d87803f7734de7b3 100755
(executable)
--- a/
git-merge-fredrik.py
+++ b/
git-merge-fredrik.py
@@
-60,7
+60,7
@@
def infoMsg(*args):
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: