diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-13 15:37:50 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-14 09:48:01 +0900 |
commit | 5b877eb77530f92d7f4e4dc3fcc30b5788cc8622 (patch) | |
tree | d3a47f11a8c97319f6d875c602ba9443e43fed59 /diff.h | |
parent | d8df70f2739af78cab6d7f9b942e890da6fbd01d (diff) | |
download | git-jc/diff-blobfind.tar.gz |
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include "tree-walk.h" #include "pathspec.h" #include "object.h" +#include "oidset.h" struct rev_info; struct diff_options; @@ -174,6 +175,8 @@ struct diff_options { enum diff_words_type word_diff; enum diff_submodule_format submodule_format; + struct oidset *blobfind; + /* this is set by diffcore for DIFF_FORMAT_PATCH */ int found_changes; |