summaryrefslogtreecommitdiff
path: root/Documentation/git-merge.txt
diff options
context:
space:
mode:
authorNathan W. Panike <nathan.panike@gmail.com>2010-10-29 15:33:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-29 17:16:35 (GMT)
commitaf77aee9cac51c2036e6019b4aebec2049f03e6b (patch)
treef9245a7936e98fc85fc7e1fac60c017474021b65 /Documentation/git-merge.txt
parentc3fced64981e3d2700d83c0a6661ac347df5121e (diff)
downloadgit-af77aee9cac51c2036e6019b4aebec2049f03e6b.zip
git-af77aee9cac51c2036e6019b4aebec2049f03e6b.tar.gz
git-af77aee9cac51c2036e6019b4aebec2049f03e6b.tar.bz2
Fix a formatting error in git-merge.txt
Inside an element of an enumerated list, the second and subsequent paragraphs need to lose their indent and have to be strung together with a line with a single '+' on it instead. Otherwise the lines below are shown in typewriter face, which just looks wrong. Signed-off-by: Nathan W. Panike <nathan.panike@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/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 84043cc..d43416d 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::