Home
last modified time | relevance | path

Searched refs:COMMIT_GRAPH_WRITE_CHECK_OIDS (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit-graph.h79 COMMIT_GRAPH_WRITE_CHECK_OIDS = (1 << 3) enumerator
H A Dcommit-graph.c1794 ctx->check_oids = flags & COMMIT_GRAPH_WRITE_CHECK_OIDS ? 1 : 0; in write_commit_graph()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcommit-graph.c166 flags |= COMMIT_GRAPH_WRITE_CHECK_OIDS; in graph_write()