aboutsummaryrefslogtreecommitdiffstats
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-07 00:10:14 -0800
committerJunio C Hamano <gitster@pobox.com>2009-01-07 00:10:14 -0800
commit7bb5321be0ecb70a990ad49da2a1366c19201372 (patch)
tree82a8429e88beddb3b8bf8fb84aa39800670ae31d /diff.h
parentMerge branch 'js/maint-merge-recursive-r-d-conflict' (diff)
parentdiff: add option to show context between close hunks (diff)
downloadgit-7bb5321be0ecb70a990ad49da2a1366c19201372.tar.gz
git-7bb5321be0ecb70a990ad49da2a1366c19201372.zip
Merge branch 'rs/diff-ihc'
* rs/diff-ihc: diff: add option to show context between close hunks Conflicts: Documentation/diff-options.txt
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index 42582edee6..4d5a32781d 100644
--- a/diff.h
+++ b/diff.h
@@ -78,6 +78,7 @@ struct diff_options {
const char *a_prefix, *b_prefix;
unsigned flags;
int context;
+ int interhunkcontext;
int break_opt;
int detect_rename;
int skip_stat_unmatch;