/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ll-merge: replace flag argument with options struct
[git/git.git]
/
rerere.c
diff --git
a/rerere.c
b/rerere.c
index
e40af0d
..
b180218
100644
(file)
--- a/
rerere.c
+++ b/
rerere.c
@@
-325,7
+325,7
@@
static int handle_cache(const char *path, unsigned char *sha1, const char *outpu
*/
ll_merge(&result, path, &mmfile[0], NULL,
&mmfile[1], "ours",
- &mmfile[2], "theirs",
0
);
+ &mmfile[2], "theirs",
NULL
);
for (i = 0; i < 3; i++)
free(mmfile[i].ptr);