diffcore-rename: split out the delta counting code.
This is to rework diffcore break/rename/copy detection code so that it does not affected when deltifier code gets improved. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -101,4 +101,10 @@ void diff_debug_queue(const char *, struct diff_queue_struct *);
|
||||
#define diff_debug_queue(a,b) do {} while(0)
|
||||
#endif
|
||||
|
||||
extern int diffcore_count_changes(void *src, unsigned long src_size,
|
||||
void *dst, unsigned long dst_size,
|
||||
unsigned long delta_limit,
|
||||
unsigned long *src_copied,
|
||||
unsigned long *literal_added);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user