Re: [PATCH 2/2] tweak manpage formatting
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:28
Thanks, I'll revert that one.
3 messages, 3 authors, 2016-06-15 · open the first message on its own page
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:28
Thanks, I'll revert that one.
From: Carlos Rica <hidden>
Date: 2016-06-15 22:43:28
I think this was because the end-of-line backslash "\" in the ASCII art diagram in the Documentation/git-rev-parse.txt. I think it should be an interesting feature for asciidoc to have long \ lines broken in text version, if only would be a way to disable it. Tried someone to escape that backslash with another backslash before (as in "\\")? 2007/8/10, Junio C Hamano [off-list ref]:
Thanks, I'll revert that one.
From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:43:28
On Aug 10, 2007, at 3:16 PM, Carlos Rica wrote:
I think this was because the end-of-line backslash "\" in the ASCII art diagram in the Documentation/git-rev-parse.txt.
No, it was complaining about unknown "man.indent.width" in callout.xsl. Apparently docbook-xsl 1.69 doesn't like that. Updating it to 1.71 made it work again. I lost the original error while updating before sending the first mail, unfortunately. If it's truly needed, I probably still have the 1.69 deb file on my computer somewhere. ~~ Brian