git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix a formatting error in git-merge.txt
@ 2010-10-29 15:33 Nathan W. Panike
  2010-10-29 15:57 ` Jonathan Nieder
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan W. Panike @ 2010-10-29 15:33 UTC (permalink / raw)
  To: git

Signed-off-by: Nathan W. Panike <nathan.panike@gmail.com>
---
Without this patch, the lines below get set in typewriter mode, which
just looks wrong.

 Documentation/git-merge.txt |   14 +++++++-------
 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::
-- 
1.7.3.2.148.g04a2.dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix a formatting error in git-merge.txt
  2010-10-29 15:33 [PATCH] Fix a formatting error in git-merge.txt Nathan W. Panike
@ 2010-10-29 15:57 ` Jonathan Nieder
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Nieder @ 2010-10-29 15:57 UTC (permalink / raw)
  To: Nathan W. Panike; +Cc: git, Ramkumar Ramachandra, Junio C Hamano

(+cc: Ram, Junio)

Hi,

Nathan W. Panike wrote:

> Signed-off-by: Nathan W. Panike <nathan.panike@gmail.com>
> ---
> Without this patch, the lines below get set in typewriter mode, which
> just looks wrong.

This part belongs above the "---" line, so future generations can
learn the reason for the patch (and thus avoid undoing it when
considering future changes).

>  Documentation/git-merge.txt |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)

Thanks.  The patch proper looks good to me.

Regards,
Jonathan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-29 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29 15:33 [PATCH] Fix a formatting error in git-merge.txt Nathan W. Panike
2010-10-29 15:57 ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).