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

Function repo_parse_commit

commit.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 struct commit *item,
100 int quiet_on_missing);
101static inline int repo_parse_commit(struct repository *r, struct commit *item)
102{
103 return repo_parse_commit_gently(r, item, 0);
104}
105
106void unparse_commit(struct repository *r, const struct object_id *oid);
107

Callers 15

deref_without_lazy_fetchFunction · 0.85
paint_down_to_commonFunction · 0.85
merge_bases_manyFunction · 0.85
remove_redundant_no_genFunction · 0.85
repo_in_merge_bases_manyFunction · 0.85
ref_newerFunction · 0.85
can_all_from_reachFunction · 0.85
get_reachable_subsetFunction · 0.85
ahead_behindFunction · 0.85

Calls 1

repo_parse_commit_gentlyFunction · 0.85

Tested by 1

bitmap_writeFunction · 0.68