/
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]
/
merge-file.c
diff --git
a/merge-file.c
b/merge-file.c
index
db4d0d5
..
f7f4533
100644
(file)
--- a/
merge-file.c
+++ b/
merge-file.c
@@
-37,7
+37,7
@@
static void *three_way_filemerge(const char *path, mmfile_t *base, mmfile_t *our
* common ancestor.
*/
merge_status = ll_merge(&res, path, base, NULL,
- our, ".our", their, ".their",
0
);
+ our, ".our", their, ".their",
NULL
);
if (merge_status < 0)
return NULL;