Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: add 'strip' target
[gitweb.git]
/
Documentation
/
git-commit.txt
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 8b91f221fe0ea4dacd1f373fbd90d023ddc766b3..e0ff74f648fa57bc1a6d100f886fca424051ce8a 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-7,7
+7,9
@@
git-commit - Record your changes
SYNOPSIS
--------
-'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] [--] <file>...
+[verse]
+'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>]
+ [-e] [--] <file>...
DESCRIPTION
-----------