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

Function diff_root_tree_oid

tree-diff.c:733–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733void diff_root_tree_oid(const struct object_id *new_oid,
734 const char *base,
735 struct diff_options *opt)
736{
737 diff_tree_oid(NULL, new_oid, base, opt);
738}

Callers 5

log_tree_diffFunction · 0.85
commit_patch_idFunction · 0.85
handle_commitFunction · 0.85
collect_diff_blob_oidsFunction · 0.85
show_stashFunction · 0.85

Calls 1

diff_tree_oidFunction · 0.85

Tested by

no test coverage detected