Commit 4bc1792
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>1 parent 19b9046 commit 4bc1792
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4178 | 4178 | | |
4179 | 4179 | | |
4180 | 4180 | | |
4181 | | - | |
4182 | 4181 | | |
4183 | 4182 | | |
4184 | 4183 | | |
| |||
4336 | 4335 | | |
4337 | 4336 | | |
4338 | 4337 | | |
4339 | | - | |
4340 | | - | |
| 4338 | + | |
4341 | 4339 | | |
4342 | 4340 | | |
4343 | 4341 | | |
| |||
0 commit comments