Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-18 00:45:22 +0300
committerJunio C Hamano <gitster@pobox.com>2016-11-18 00:45:22 +0300
commit6d40812e4b5d2128665351f4b427c7da7c7d86d5 (patch)
treef2c2fa0d1fd83856dda5d68afcab485e2d3ac387 /diffcore-break.c
parent6846e8734d3c9e4d6cbe8a8ba27dae414aa5aff1 (diff)
parent974e0044d65dc22e8137e93b8ea13aec23d3a5a3 (diff)
Merge branch 'tk/diffcore-delta-remove-unused'
Code cleanup. * tk/diffcore-delta-remove-unused: diffcore-delta: remove unused parameter to diffcore_count_changes()
Diffstat (limited to 'diffcore-break.c')
-rw-r--r--diffcore-break.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-break.c b/diffcore-break.c
index 881a74f29e..c64359f489 100644
--- a/diffcore-break.c
+++ b/diffcore-break.c
@@ -73,7 +73,6 @@ static int should_break(struct diff_filespec *src,
if (diffcore_count_changes(src, dst,
&src->cnt_data, &dst->cnt_data,
- 0,
&src_copied, &literal_added))
return 0;