X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore-break.c;h=ed0e14c6d8b1b8347f20c890854972be6c6a234c;hb=7612a1efdb0c0806b43db10ce784707aae874340;hp=71ad58a25a05ea760fd67fc1583e3323dd53a8f6;hpb=b463ceb885290a6656239ff3f1e73c5774dc8ee9;p=git.git diff --git a/diffcore-break.c b/diffcore-break.c index 71ad58a2..ed0e14c6 100644 --- a/diffcore-break.c +++ b/diffcore-break.c @@ -68,6 +68,7 @@ static int should_break(struct diff_filespec *src, if (diffcore_count_changes(src->data, src->size, dst->data, dst->size, + NULL, NULL, 0, &src_copied, &literal_added)) return 0;