diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-27 10:51:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-27 10:51:10 -0700 |
commit | d011ab4312a8ddabd143567fa9706b8e9fb9c0a4 (patch) | |
tree | a7167cc0ece6125ff59ba1fc6ae78119f863017d /Documentation/git-commit.txt | |
parent | 3bbbf18d711eb8fe3390580963c1a071e03cbb38 (diff) | |
parent | 187c00c6c58ba8916a37011b56cb0cb8f2dd1805 (diff) | |
download | git-d011ab4312a8ddabd143567fa9706b8e9fb9c0a4.tar.gz |
Merge branch 'maint-1.8.1' into maint
* maint-1.8.1:
merge-tree: fix typo in merge-tree.c::unresolved
git-commit doc: describe use of multiple `-m` options
git-pull doc: fix grammo ("conflicts" is plural)
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 0eb79ccdba..42c22bb59d 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>:: |