Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
name-rev: fix off-by-one error in --stdin.
[gitweb.git]
/
Documentation
/
git-commit.txt
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 236f7c4f32e94759d58dba80e731cc8274476f33..1edc278c64827b47d8b672106433417510342392 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-7,7
+7,7
@@
git-commit - Record your changes
SYNOPSIS
--------
-'git
commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>...
+'git
-
commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>...
DESCRIPTION
-----------