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

Function diff_change

diff.c:7709–7720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7707}
7708
7709void diff_change(struct diff_options *options,
7710 unsigned old_mode, unsigned new_mode,
7711 const struct object_id *old_oid,
7712 const struct object_id *new_oid,
7713 int old_oid_valid, int new_oid_valid,
7714 const char *concatpath,
7715 unsigned old_dirty_submodule, unsigned new_dirty_submodule)
7716{
7717 diff_queue_change(&diff_queued_diff, options, old_mode, new_mode,
7718 old_oid, new_oid, old_oid_valid, new_oid_valid,
7719 concatpath, old_dirty_submodule, new_dirty_submodule);
7720}
7721
7722void diff_same(struct diff_options *options,
7723 unsigned mode,

Callers 2

run_diff_filesFunction · 0.85
show_modifiedFunction · 0.85

Calls 1

diff_queue_changeFunction · 0.85

Tested by

no test coverage detected