summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
commitfa0d4cf086d6099cc8614d634b0c805a0c0178b5 (patch)
tree38c9d2c98ecd4977af1e796868d89d95bbf94c19 /git-commit.txt
parentbee172f30c491a85a02c77a27a4bdb83741cd647 (diff)
downloadgit-htmldocs-fa0d4cf086d6099cc8614d634b0c805a0c0178b5.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-g19605
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 532703a67..2187eee41 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -8,8 +8,8 @@ git-commit - Record changes to the repository
SYNOPSIS
--------
[verse]
-'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>]
- [--no-verify] [--amend] [-e] [--author <author>]
+'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg> |
+ --amend] [--no-verify] [-e] [--author <author>]
[--] [[-i | -o ]<file>...]
DESCRIPTION