ll-merge.c: remove implicit dependency on the_index
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
5adbb403c2
commit
32eaa46883
@@ -348,7 +348,8 @@ static int ll_merge_in_worktree(struct notes_merge_options *o,
|
||||
read_mmblob(&remote, &p->remote);
|
||||
|
||||
status = ll_merge(&result_buf, oid_to_hex(&p->obj), &base, NULL,
|
||||
&local, o->local_ref, &remote, o->remote_ref, NULL);
|
||||
&local, o->local_ref, &remote, o->remote_ref,
|
||||
&the_index, NULL);
|
||||
|
||||
free(base.ptr);
|
||||
free(local.ptr);
|
||||
|
||||
Reference in New Issue
Block a user