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

Function diff_addremove

diff.c:7701–7707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7699}
7700
7701void diff_addremove(struct diff_options *options, int addremove, unsigned mode,
7702 const struct object_id *oid, int oid_valid,
7703 const char *concatpath, unsigned dirty_submodule)
7704{
7705 diff_queue_addremove(&diff_queued_diff, options, addremove, mode, oid,
7706 oid_valid, concatpath, dirty_submodule);
7707}
7708
7709void diff_change(struct diff_options *options,
7710 unsigned old_mode, unsigned new_mode,

Callers 2

run_diff_filesFunction · 0.85
diff_index_show_fileFunction · 0.85

Calls 1

diff_queue_addremoveFunction · 0.85

Tested by

no test coverage detected