We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eff313f + 8b65657 commit 14b58c6Copy full SHA for 14b58c6
builtin/commit-graph.c
@@ -8,7 +8,6 @@
8
#include "object-store.h"
9
10
static char const * const builtin_commit_graph_usage[] = {
11
- N_("git commit-graph [--object-dir <objdir>]"),
12
N_("git commit-graph read [--object-dir <objdir>]"),
13
N_("git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"),
14
N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"),
0 commit comments