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

Function disable_commit_graph

commit-graph.c:2963–2966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2961}
2962
2963void disable_commit_graph(struct repository *r)
2964{
2965 r->commit_graph_disabled = 1;
2966}

Callers 2

deepen_by_rev_listFunction · 0.85
handle_revision_optFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected