diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-07-31 13:34:20 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-31 13:34:20 -0700 |
| commit | d18eb5ba798af0137b16433a88a7d457bb68a1a1 (patch) | |
| tree | 5e20a7f9a8ff39e97b1b1e98f23032f5d3b6ac06 /Documentation/git-commit.txt | |
| parent | ca9221c17db88d5584a3cc9d8d98635ddfbf6476 (diff) | |
| parent | 1c473dd6af11591e96425386db54aa7838eabefb (diff) | |
| download | git-d18eb5ba798af0137b16433a88a7d457bb68a1a1.tar.xz | |
Merge branch 'tn/doc-commit-fix'
Docfix.
* tn/doc-commit-fix:
doc: remove dangling closing parenthesis
Diffstat (limited to 'Documentation/git-commit.txt')
| -rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 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] |
