diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-01-29 14:05:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-29 14:05:09 -0800 |
commit | de56e1d746cb940b6947186ac389490693308ed0 (patch) | |
tree | d5eacefc966fe3e369197d254de93eda81a96c16 /builtin/commit.c | |
parent | f046ab2dd4c59aed786da0067f1af68ea1b003eb (diff) | |
parent | 2a137451012657aa06d702c5b01c06c15ddae17a (diff) |
Merge branch 'ja/doc-commit-markup-updates'
Doc updates.
* ja/doc-commit-markup-updates:
doc: migrate git-commit manpage secondary files to new format
doc: convert git commit config to new format
doc: make more direct explanations in git commit options
doc: the mode param of -u of git commit is optional
doc: apply new documentation guidelines to git commit
Diffstat (limited to 'builtin/commit.c')
-rw-r--r-- | builtin/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c index c84062bfc1..9fb405dd4a 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -44,7 +44,7 @@ #include "trailer.h" static const char * const builtin_commit_usage[] = { - N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n" + N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]\n" " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]\n" " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n" " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n" |