diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-11-10 06:49:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-12 06:50:06 +0100 |
commit | bd7ad45b64bf8b5a5256bd1eeb3907f8516244a8 (patch) | |
tree | cdd5fe9c0cf00859fc627d7c0f2bfa28885c8bf3 /diff.h | |
parent | line-log.c: remove the_repository reference (diff) | |
download | git-bd7ad45b64bf8b5a5256bd1eeb3907f8516244a8.tar.xz git-bd7ad45b64bf8b5a5256bd1eeb3907f8516244a8.zip |
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>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); /* |