Merge branch 'tk/diffcore-delta-remove-unused'
Code cleanup. * tk/diffcore-delta-remove-unused: diffcore-delta: remove unused parameter to diffcore_count_changes()
This commit is contained in:
2
diff.c
2
diff.c
@ -2023,7 +2023,7 @@ static void show_dirstat(struct diff_options *options)
|
||||
if (DIFF_FILE_VALID(p->one) && DIFF_FILE_VALID(p->two)) {
|
||||
diff_populate_filespec(p->one, 0);
|
||||
diff_populate_filespec(p->two, 0);
|
||||
diffcore_count_changes(p->one, p->two, NULL, NULL, 0,
|
||||
diffcore_count_changes(p->one, p->two, NULL, NULL,
|
||||
&copied, &added);
|
||||
diff_free_filespec_data(p->one);
|
||||
diff_free_filespec_data(p->two);
|
||||
|
Reference in New Issue
Block a user