mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Merge branch 'fc/doc-man-lift-title-length-limit'
The titles of manual pages used to be chomped at an unreasonably short limit, which has been removed. * fc/doc-man-lift-title-length-limit: doc: manpage: remove maximum title length
This commit is contained in:
commit
40a5d2b79b
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue