git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typesetting in Bugs section of 'git-rebase' man page (web version)
@ 2013-11-20  0:14 Jason St. John
  2013-11-20  0:31 ` Jonathan Nieder
  2013-11-20  4:43 ` Junio C Hamano
  0 siblings, 2 replies; 10+ messages in thread
From: Jason St. John @ 2013-11-20  0:14 UTC (permalink / raw)
  To: git; +Cc: Jason St. John

Documentation/git-rebase.txt: add a blank line after the two AsciiDoc
    listing blocks

Without these blank lines, AsciiDoc thinks the opening "-----" is a
section heading and typesets the word "to" as such, which causes
cascading formatting/typesetting issues until the end of the document.

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
---
You can see the carnage here:
http://git-scm.com/docs/git-rebase#_bugs

This fixes GitHub issue github/gitscm-next#281
https://github.com/github/gitscm-next/issues/281


 Documentation/git-rebase.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 94e07fd..88d0afb 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -743,9 +743,11 @@ For example, an attempt to rearrange
 1 --- 2 --- 3 --- 4 --- 5
 ------------
 to
+
 ------------
 1 --- 2 --- 4 --- 3 --- 5
 ------------
+
 by moving the "pick 4" line will result in the following history:
 ------------
 	3
-- 
1.8.4.2

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

end of thread, other threads:[~2014-01-16  0:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  0:14 [PATCH] Fix typesetting in Bugs section of 'git-rebase' man page (web version) Jason St. John
2013-11-20  0:31 ` Jonathan Nieder
2013-11-20  1:12   ` Jason St. John
2013-11-20  1:24     ` Jonathan Nieder
2013-11-20  4:43 ` Junio C Hamano
2014-01-11  1:25   ` Jason St. John
2014-01-13 17:55     ` Junio C Hamano
2014-01-15  5:36       ` Jason St. John
2014-01-15 11:29         ` Kyle J. McKay
2014-01-16  0:29           ` Junio C Hamano

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).