aboutsummaryrefslogtreecommitdiffstats
path: root/diff.h
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-08-13 04:33:11 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-13 10:44:51 -0700
commit1cdde296a5d3b0fd17a3fcd7a0869550b064fdce (patch)
treef48a1106036a2bd2666f930685f961d48b2f6a83 /diff.h
parent5e242e63d0e9955a37268cc6b93b4e8fdedde07f (diff)
downloadgit-1cdde296a5d3b0fd17a3fcd7a0869550b064fdce.tar.gz
range-diff: suppress the diff headers
When showing the diff between corresponding patches of the two branch versions, we have to make up a fake filename to run the diff machinery. That filename does not carry any meaningful information, hence tbdiff suppresses it. So we should, too. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 a14895bb82..d88ceb3570 100644
--- a/diff.h
+++ b/diff.h
@@ -94,6 +94,7 @@ struct diff_flags {
unsigned funccontext:1;
unsigned default_follow_renames:1;
unsigned stat_with_summary:1;
+ unsigned suppress_diff_headers:1;
};
static inline void diff_flags_or(struct diff_flags *a,