summaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorChristian Helmuth <christian.helmuth@genode-labs.com>2013-03-27 14:19:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-03-27 16:32:02 (GMT)
commit6bf6366cc6ac3de57ddb77e653d246aba333973d (patch)
tree487033991fa7e08b5a4e12c3c401cf8e8264072d /Documentation/git-commit.txt
parent38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8 (diff)
downloadgit-6bf6366cc6ac3de57ddb77e653d246aba333973d.zip
git-6bf6366cc6ac3de57ddb77e653d246aba333973d.tar.gz
git-6bf6366cc6ac3de57ddb77e653d246aba333973d.tar.bz2
git-commit doc: describe use of multiple `-m` options
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>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 7bdb039..2105638 100644
--- 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>::