Skip to content

Commit af77aee

Browse files
panikegitster
authored andcommitted
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 <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3fced6 commit af77aee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/git-merge.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ include::merge-options.txt[]
5959
-m <msg>::
6060
Set the commit message to be used for the merge commit (in
6161
case one is created).
62-
63-
If `--log` is specified, a shortlog of the commits being merged
64-
will be appended to the specified message.
65-
66-
The 'git fmt-merge-msg' command can be
67-
used to give a good default for automated 'git merge'
68-
invocations.
62+
+
63+
If `--log` is specified, a shortlog of the commits being merged
64+
will be appended to the specified message.
65+
+
66+
The 'git fmt-merge-msg' command can be
67+
used to give a good default for automated 'git merge'
68+
invocations.
6969

7070
--rerere-autoupdate::
7171
--no-rerere-autoupdate::

0 commit comments

Comments
 (0)