Revision 05ed24dc51700bc3a08d0778b7c5c7c342be8caf authored by Junio C Hamano on 29 July 2019, 19:38:20 UTC, committed by Junio C Hamano on 29 July 2019, 19:38:20 UTC
"git stash show 23" used to work, but no more after getting
rewritten in C; this regression has been corrected.

* tg/stash-ref-by-index-fix:
  stash: fix show referencing stash index
2 parent s 649cae6 + 63b50c8
Raw File
manpage-base-url.xsl.in
<!-- manpage-base-url.xsl:
     special settings for manpages rendered from newer docbook -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0">

<!-- set a base URL for relative links -->
<xsl:param name="man.base.url.for.relative.links"
	>@@MAN_BASE_URL@@</xsl:param>

</xsl:stylesheet>
back to top