Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Avoid loading commits twice in log with diffs
[gitweb.git]
/
Documentation
/
git-commit.txt
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 0eb79ccdba6b74aaafec8cf71461053491b8c216..42c22bb59da1dac87ee94994ab3f56a07b132887 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-137,6
+137,8
@@
OPTIONS
-m <msg>::
--message=<msg>::
Use the given <msg> as the commit message.
+ If multiple `-m` options are given, their values are
+ concatenated as separate paragraphs.
-t <file>::
--template=<file>::