git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git.txt: fix list continuation
@ 2011-04-14  7:17 Michael J Gruber
  2011-04-14 17:45 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Michael J Gruber @ 2011-04-14  7:17 UTC (permalink / raw
  To: git; +Cc: Junio C Hamano

Remove a spurious empty line which prevented asciidoc from recognizing a
list continuation mark ('+'), so that it does not get output literally any
more.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
Should be safe for 1.7.5 :)
---
 Documentation/git.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Documentation/git.txt b/Documentation/git.txt
index 7df49ea..b8fa77b 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -622,7 +622,6 @@ where:
                          contents of <old|new>,
 	<old|new>-hex:: are the 40-hexdigit SHA1 hashes,
 	<old|new>-mode:: are the octal representation of the file modes.
-
 +
 The file parameters can point at the user's working file
 (e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file`
-- 
1.7.5.rc1.312.g1936c

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

* Re: [PATCH] git.txt: fix list continuation
  2011-04-14  7:17 [PATCH] git.txt: fix list continuation Michael J Gruber
@ 2011-04-14 17:45 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2011-04-14 17:45 UTC (permalink / raw
  To: Michael J Gruber; +Cc: git

Michael J Gruber <git@drmicha.warpmail.net> writes:

> Remove a spurious empty line which prevented asciidoc from recognizing a
> list continuation mark ('+'), so that it does not get output literally any
> more.

Thanks.

The preformatted copies at k.org shows that there was a breakage somewhere
between v1.6.3.4 (formatted with AsciiDoc 8.2.5) and v1.6.4.5 (formatted
with AsciiDoc 8.4.5), but I don't see any change to the source between two
versions that would matter.  Perhaps the older AsciiDoc was more lenient.

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

end of thread, other threads:[~2011-04-14 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14  7:17 [PATCH] git.txt: fix list continuation Michael J Gruber
2011-04-14 17:45 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).