summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-13 15:37:50 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-14 09:48:01 +0900
commit5b877eb77530f92d7f4e4dc3fcc30b5788cc8622 (patch)
treed3a47f11a8c97319f6d875c602ba9443e43fed59 /diff.h
parentd8df70f2739af78cab6d7f9b942e890da6fbd01d (diff)
downloadgit-jc/diff-blobfind.tar.gz
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index 0fb18dd735..9178e498fa 100644
--- a/diff.h
+++ b/diff.h
@@ -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;