Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/missing-config'
[gitweb.git]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index a54583b3a4936b341820cf5c639e5647ce456a5a..9240fafb2ad17505bf407363e058d208a8a70497 100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-161,7
+161,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);