Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ null_oid
Function
null_oid
hash.c:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
};
232
233
const struct object_id *null_oid(const struct git_hash_algo *algop)
234
{
235
return algop->null_oid;
236
}
237
238
const char *empty_tree_oid_hex(const struct git_hash_algo *algop)
239
{
Callers
15
merge_submodule
Function · 0.85
handle_content_merge
Function · 0.85
apply_directory_rename_modifications
Function · 0.85
process_renames
Function · 0.85
process_entry
Function · 0.85
upload_pack
Function · 0.85
update_path_in_gitmodules
Function · 0.85
remove_path_from_gitmodules
Function · 0.85
set_diffopt_flags_from_submodule_config
Function · 0.85
is_submodule_active
Function · 0.85
submodule_from_ce
Function · 0.85
submodule_needs_pushing
Function · 0.85
Calls
no outgoing calls
Tested by
2
cmd_resolve_ref
Function · 0.68
cmd__submodule_nested_repo_config
Function · 0.68