aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-11-05 10:36:49 -0700
committerJunio C Hamano <gitster@pobox.com>2010-11-05 10:36:49 -0700
commit31731b0ea4fccf5455ce367d483feaabdc411e0a (patch)
tree02b100f4b59557e9b2eb0f1392de697e812c3aa1
parente806c43537e2e9b5ab96d03b777a5759ef57b13d (diff)
parentaf77aee9cac51c2036e6019b4aebec2049f03e6b (diff)
downloadgit-31731b0ea4fccf5455ce367d483feaabdc411e0a.tar.gz
git-31731b0ea4fccf5455ce367d483feaabdc411e0a.tar.xz
Merge branch 'maint'
* maint: Fix a formatting error in git-merge.txt
-rw-r--r--Documentation/git-merge.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt
index 84043cc5b..d43416d29 100644
--- a/Documentation/git-merge.txt
+++ b/Documentation/git-merge.txt
@@ -59,13 +59,13 @@ include::merge-options.txt[]
-m <msg>::
Set the commit message to be used for the merge commit (in
case one is created).
-
- If `--log` is specified, a shortlog of the commits being merged
- will be appended to the specified message.
-
- The 'git fmt-merge-msg' command can be
- used to give a good default for automated 'git merge'
- invocations.
++
+If `--log` is specified, a shortlog of the commits being merged
+will be appended to the specified message.
++
+The 'git fmt-merge-msg' command can be
+used to give a good default for automated 'git merge'
+invocations.
--rerere-autoupdate::
--no-rerere-autoupdate::