summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-02 14:18:26 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-02 14:18:26 +0000
commit60186647e0cc50c0b72940c1ebd20183402443d0 (patch)
tree9dfa0c2714b2558b955a1714fe2055f082f9136d /git-commit.txt
parented69a7415076fcb4dbebd7d4ecdbf32621b1a246 (diff)
downloadgit-htmldocs-60186647e0cc50c0b72940c1ebd20183402443d0.tar.gz
Autogenerated HTML docs for v1.7.3.2-438-g94fdb6
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 42fb1f57b..ec7b577b8 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -11,8 +11,8 @@ SYNOPSIS
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
[(-c | -C) <commit>] [-F <file> | -m <msg>] [--reset-author]
[--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
- [--date=<date>] [--cleanup=<mode>] [--status | --no-status] [--]
- [[-i | -o ]<file>...]
+ [--date=<date>] [--cleanup=<mode>] [--status | --no-status]
+ [-i | -o] [--] [<file>...]
DESCRIPTION
-----------