xdl_diff: identify call sites.
This inserts a new function xdi_diff() that currently does not do anything other than calling the underlying xdl_diff() to the callchain of current callers of xdl_diff() function. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -226,7 +226,7 @@ static void combine_diff(const unsigned char *parent, mmfile_t *result_file,
|
||||
state.num_parent = num_parent;
|
||||
state.n = n;
|
||||
|
||||
xdl_diff(&parent_file, result_file, &xpp, &xecfg, &ecb);
|
||||
xdi_diff(&parent_file, result_file, &xpp, &xecfg, &ecb);
|
||||
free(parent_file.ptr);
|
||||
|
||||
/* Assign line numbers for this parent.
|
||||
|
||||
Reference in New Issue
Block a user