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

Function want_ancestry

revision.c:4159–4162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4157}
4158
4159static inline int want_ancestry(const struct rev_info *revs)
4160{
4161 return (revs->rewrite_parents || revs->children.name);
4162}
4163
4164/*
4165 * Return a timestamp to be used for --since/--until comparisons for this

Callers 4

setup_revisionsFunction · 0.85
prepare_revision_walkFunction · 0.85
get_commit_actionFunction · 0.85
simplify_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected