notes-cache.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
363df5572c
commit
bd7ad45b64
@ -991,7 +991,7 @@ static void show_patch_diff(struct combine_diff_path *elem, int num_parent,
|
||||
if (!userdiff)
|
||||
userdiff = userdiff_find_by_name("default");
|
||||
if (opt->flags.allow_textconv)
|
||||
textconv = userdiff_get_textconv(userdiff);
|
||||
textconv = userdiff_get_textconv(opt->repo, userdiff);
|
||||
|
||||
/* Read the result of merge first */
|
||||
if (!working_tree_file)
|
||||
|
Reference in New Issue
Block a user