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

Function add_common_options

builtin/commit-graph.c:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61static struct option *add_common_options(struct option *to)
62{
63 return parse_options_concat(common_opts, to);
64}
65
66static int graph_verify(int argc, const char **argv, const char *prefix,
67 struct repository *repo UNUSED)

Callers 2

graph_verifyFunction · 0.70
graph_writeFunction · 0.70

Calls 1

parse_options_concatFunction · 0.85

Tested by

no test coverage detected