Code

Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' into maint
[git.git] / builtin-checkout.c
index 2708669383e21f038a1404e061b34bc4302e8a93..67229fc21607ceb51c34d77c4ef5682d96f1e909 100644 (file)
@@ -167,7 +167,7 @@ static int checkout_merged(int pos, struct checkout *state)
        fill_mm(active_cache[pos+2]->sha1, &theirs);
 
        status = ll_merge(&result_buf, path, &ancestor,
-                         &ours, "ours", &theirs, "theirs", 1);
+                         &ours, "ours", &theirs, "theirs", 0);
        free(ancestor.ptr);
        free(ours.ptr);
        free(theirs.ptr);