summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-02-14 00:49:42 -0500
committerJunio C Hamano <gitster@pobox.com>2019-02-14 15:26:14 -0800
commit4bc1792750ede6b716c0c099c690bbf77ddea6bc (patch)
treee1b4a9af91a8586e0e1d7d11895d06b1b8978dfb /builtin/commit.c
parent19b9046eedef2c8b39a1192bfcb0541f59acde09 (diff)
diff: drop complete_rewrite parameter from run_external_diff()
Our builtin_diff() wants to know whether break-detection found a complete rewrite, because it changes how the diff is shown. However, when calling out to an external diff, we don't pass this information along (and doing so would require designing a new interface to the user-provided program). Let's drop the unused parameter to make this fact more clear. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions