summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 18:02:15 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 18:02:15 +0900
commit14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7 (patch)
treeaf896957ba7fd72a82f61eaad13724c131d05006 /builtin/commit-graph.c
parentMerge branch 'dl/apply-3way-diff3' (diff)
parentbuiltin/commit-graph.c: remove subcommand-less usage string (diff)
downloadtgif-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.tar.xz
Merge branch 'sg/commit-graph-usage-fix'
Message fix. * sg/commit-graph-usage-fix: builtin/commit-graph.c: remove subcommand-less usage string
Diffstat (limited to 'builtin/commit-graph.c')
-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 addc8d4cc0..ec0fc93d39 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>"),