diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:54 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:54 -0700 |
| commit | b74d885b1158af927466d8727b0ec18792f39e35 (patch) | |
| tree | 4214be98cce7f5f2a4d98acd25eef2e116f20870 | |
| parent | 72a50fa03bb1f7ab3b7a1473dbfdc1b258f42cb7 (diff) | |
| parent | 1c473dd6af11591e96425386db54aa7838eabefb (diff) | |
| download | git-b74d885b1158af927466d8727b0ec18792f39e35.tar.gz | |
Merge branch 'tn/doc-commit-fix' into maint-2.46
Docfix.
* tn/doc-commit-fix:
doc: remove dangling closing parenthesis
| -rw-r--r-- | Documentation/git-commit.txt | 2 | ||||
| -rw-r--r-- | builtin/commit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 89ecfc63a8..c822113c11 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git commit' [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] - [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)] + [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>] [-F <file> | -m <msg>] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>] [--date=<date>] [--cleanup=<mode>] [--[no-]status] diff --git a/builtin/commit.c b/builtin/commit.c index dec78dfb86..66427ba82d 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -41,7 +41,7 @@ static const char * const builtin_commit_usage[] = { N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n" - " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]\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" " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n" |
