Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add tests of commit --squash
[gitweb.git]
/
rerere.c
diff --git
a/rerere.c
b/rerere.c
index f42649c4991000786629ee3773ab7b8055403cce..861ca7c815b4857f1fde399617860e5a179e2ca3 100644
(file)
--- a/
rerere.c
+++ b/
rerere.c
@@
-319,6
+319,10
@@
static int handle_cache(const char *path, unsigned char *sha1, const char *outpu
if (!mmfile[i].ptr && !mmfile[i].size)
mmfile[i].ptr = xstrdup("");
}
+ /*
+ * NEEDSWORK: handle conflicts from merges with
+ * merge.renormalize set, too
+ */
ll_merge(&result, path, &mmfile[0], NULL,
&mmfile[1], "ours",
&mmfile[2], "theirs", 0);