Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-commit doc: describe use of multiple `-m` options
author
Christian Helmuth
<christian.helmuth@genode-labs.com>
Wed, 27 Mar 2013 14:19:35 +0000
(15:19 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 27 Mar 2013 16:32:02 +0000
(09:32 -0700)
The text is copied from Documentation/git-tag.txt.
Signed-off-by: Christian Helmuth <christian.helmuth@genode-labs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
38ef8a7
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 7bdb039d5ee9c6ed6c19c70173c733860de2d5b7..210563819190fa3e02eb89f0a24176d344e64fb0 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>::