mirror of
https://github.com/git/git.git
synced 2024-11-15 15:14:16 +01:00
Merge branch 'fc/doc-man-lift-title-length-limit' into next
The titles of manual pages (formatted with AsciiDoc) used to be chomped at unreasonably short limit, which has been removed; this makes the formatted output match that of asciidoctor. * fc/doc-man-lift-title-length-limit: doc: manpage: remove maximum title length
This commit is contained in:
commit
d048eb1ef8
@ -8,4 +8,7 @@
|
||||
<xsl:param name="man.output.quietly" select="1"/>
|
||||
<xsl:param name="refentry.meta.get.quietly" select="1"/>
|
||||
|
||||
<!-- unset maximum length of title -->
|
||||
<xsl:param name="man.th.title.max.length"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in New Issue
Block a user