X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=ec7b577b85ae5a320b1006380f5abd03946ba44b;hb=7e4eb210bdf2a612d8bf4cc106d99ba190f73e3e;hp=42fb1f57b21d7c355d3df6be07329c478786a9a7;hpb=d25c72f7da5116f7b7a1f88a59d2bc14415a03b2;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 42fb1f57b..ec7b577b8 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -11,8 +11,8 @@ SYNOPSIS 'git commit' [-a | --interactive] [-s] [-v] [-u] [--amend] [--dry-run] [(-c | -C) ] [-F | -m ] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=] - [--date=] [--cleanup=] [--status | --no-status] [--] - [[-i | -o ]...] + [--date=] [--cleanup=] [--status | --no-status] + [-i | -o] [--] [...] DESCRIPTION -----------