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

Function diffcore_fix_diff_index

diff.c:7434–7438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7432}
7433
7434void diffcore_fix_diff_index(void)
7435{
7436 struct diff_queue_struct *q = &diff_queued_diff;
7437 QSORT(q->queue, q->nr, diffnamecmp);
7438}
7439
7440void diff_add_if_missing(struct repository *r,
7441 struct oid_array *to_fetch,

Callers 2

run_diff_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected