/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
diffcore_count_changes: pass diffcore_filespec
[git/git.git]
/
diffcore-break.c
diff --git
a/diffcore-break.c
b/diffcore-break.c
index
9c19b8c
..
ae8a7d0
100644
(file)
--- 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))