notes-utils.c: remove the_repository references
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
dba093ddc0
commit
1d18d7581c
@ -527,7 +527,7 @@ static int copy_notes_for_rebase(const struct am_state *state)
|
||||
}
|
||||
|
||||
finish:
|
||||
finish_copy_notes_for_rewrite(c, msg);
|
||||
finish_copy_notes_for_rewrite(the_repository, c, msg);
|
||||
fclose(fp);
|
||||
strbuf_release(&sb);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user