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
2
diff.h
2
diff.h
@ -461,7 +461,7 @@ size_t fill_textconv(struct repository *r,
|
||||
* and only if it has textconv enabled (otherwise return NULL). The result
|
||||
* can be passed to fill_textconv().
|
||||
*/
|
||||
struct userdiff_driver *get_textconv(struct index_state *istate,
|
||||
struct userdiff_driver *get_textconv(struct repository *r,
|
||||
struct diff_filespec *one);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user