Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
733
void 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_diff
Function · 0.85
commit_patch_id
Function · 0.85
handle_commit
Function · 0.85
collect_diff_blob_oids
Function · 0.85
show_stash
Function · 0.85
Calls
1
diff_tree_oid
Function · 0.85
Tested by
no test coverage detected