summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-10 09:02:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-10 09:02:15 (GMT)
commit14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7 (patch)
treeaf896957ba7fd72a82f61eaad13724c131d05006 /builtin
parenteff313f8a7ff64cb3097d185c55f5ce7271f4ee9 (diff)
parent8b656572ca1d5b4e917b7bf835c95ddb50a5282a (diff)
downloadgit-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.zip
git-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.tar.gz
git-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.tar.bz2
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')
-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 addc8d4..ec0fc93 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>"),