X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=notes-merge.c;h=28046a998426e88dec9ad6ab431624bb41a81ce1;hb=4bbf5a2615420ac50c696b72dc303727e6218562;hp=1467ad31795ae21896f1e608e7cb032df2bc94a8;hpb=b7f6afe2df4f15e03b02217dbe4f2df182308d10;p=git.git diff --git a/notes-merge.c b/notes-merge.c index 1467ad317..28046a998 100644 --- a/notes-merge.c +++ b/notes-merge.c @@ -359,7 +359,7 @@ static int ll_merge_in_worktree(struct notes_merge_options *o, read_mmblob(&remote, p->remote); status = ll_merge(&result_buf, sha1_to_hex(p->obj), &base, NULL, - &local, o->local_ref, &remote, o->remote_ref, 0); + &local, o->local_ref, &remote, o->remote_ref, NULL); free(base.ptr); free(local.ptr);