/
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]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index
24b67d5
..
4d36b28
100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-155,7
+155,7
@@
static int checkout_merged(int pos, struct checkout *state)
* merge.renormalize set, too
*/
status = ll_merge(&result_buf, path, &ancestor, "base",
- &ours, "ours", &theirs, "theirs",
0
);
+ &ours, "ours", &theirs, "theirs",
NULL
);
free(ancestor.ptr);
free(ours.ptr);
free(theirs.ptr);