1
0
mirror of https://github.com/git/git.git synced 2024-09-27 11:00:59 +02: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:
Junio C Hamano 2023-05-04 17:38:11 -07:00
commit d048eb1ef8

View File

@ -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>