aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:15 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:15 +0900
commit14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7 (patch)
treeaf896957ba7fd72a82f61eaad13724c131d05006
parentMerge branch 'dl/apply-3way-diff3' (diff)
parentbuiltin/commit-graph.c: remove subcommand-less usage string (diff)
downloadgit-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.tar.xz
git-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.zip
Merge branch 'sg/commit-graph-usage-fix'
Message fix. * sg/commit-graph-usage-fix: builtin/commit-graph.c: remove subcommand-less usage string
-rw-r--r--builtin/commit-graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c
index addc8d4cc08..ec0fc93d39b 100644
--- a/builtin/commit-graph.c
+++ b/builtin/commit-graph.c
@@ -8,7 +8,6 @@
#include "object-store.h"
static char const * const builtin_commit_graph_usage[] = {
- N_("git commit-graph [--object-dir <objdir>]"),
N_("git commit-graph read [--object-dir <objdir>]"),
N_("git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"),
N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"),