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

Function cmd_refs_optimize

builtin/refs.c:168–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static int cmd_refs_optimize(int argc, const char **argv, const char *prefix,
169 struct repository *repo)
170{
171 static char const * const refs_optimize_usage[] = {
172 REFS_OPTIMIZE_USAGE,
173 NULL
174 };
175
176 return pack_refs_core(argc, argv, prefix, repo, refs_optimize_usage);
177}
178
179int cmd_refs(int argc,
180 const char **argv,

Callers

nothing calls this directly

Calls 1

pack_refs_coreFunction · 0.85

Tested by

no test coverage detected