MCPcopy Create free account
hub / github.com/git/git / empty_tree

Function empty_tree

sequencer.c:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614static struct tree *empty_tree(struct repository *r)
615{
616 return lookup_tree(r, the_hash_algo->empty_tree);
617}
618
619static int error_dirty_index(struct repository *repo, struct replay_opts *opts)
620{

Callers 1

do_recursive_mergeFunction · 0.85

Calls 1

lookup_treeFunction · 0.85

Tested by

no test coverage detected