X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=diffcore-break.c;h=ae8a7d03e2d103739897ac37fe1f9966956b9ec8;hb=237ce836e770e8ead12a14ee4a8170009fa4a40b;hp=9c19b8cab778362b9d369135e743fb232a7cd295;hpb=cf6981d4932007555689052cbc255b911674b01c;p=git.git diff --git a/diffcore-break.c b/diffcore-break.c index 9c19b8cab..ae8a7d03e 100644 --- a/diffcore-break.c +++ b/diffcore-break.c @@ -66,8 +66,7 @@ static int should_break(struct diff_filespec *src, if (base_size < MINIMUM_BREAK_SIZE) return 0; /* we do not break too small filepair */ - if (diffcore_count_changes(src->data, src->size, - dst->data, dst->size, + if (diffcore_count_changes(src, dst, NULL, NULL, 0, &src_copied, &literal_added))