MCPcopy Index your code
hub / github.com/git/git / patch_diff

Function patch_diff

range-diff.c:491–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491static void patch_diff(const char *a, const char *b,
492 struct diff_options *diffopt)
493{
494 diff_queue(&diff_queued_diff,
495 get_filespec("a", a), get_filespec("b", b));
496
497 diffcore_std(diffopt);
498 diff_flush(diffopt);
499}
500
501static const char *output_prefix_cb(struct diff_options *opt UNUSED, void *data)
502{

Callers 1

outputFunction · 0.85

Calls 4

diff_queueFunction · 0.85
get_filespecFunction · 0.85
diffcore_stdFunction · 0.85
diff_flushFunction · 0.85

Tested by

no test coverage detected