]> git.ipfire.org Git - thirdparty/git.git/commit
range-diff: suppress the diff headers
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 13 Aug 2018 11:33:11 +0000 (04:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 17:44:51 +0000 (10:44 -0700)
commit1cdde296a5d3b0fd17a3fcd7a0869550b064fdce
treef48a1106036a2bd2666f930685f961d48b2f6a83
parent5e242e63d0e9955a37268cc6b93b4e8fdedde07f
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>
builtin/range-diff.c
diff.c
diff.h