2007-12-29 07:20:38 +01:00
|
|
|
## linkgit: macro
|
2005-09-19 12:10:14 +02:00
|
|
|
#
|
2007-12-29 07:20:38 +01:00
|
|
|
# Usage: linkgit:command[manpage-section]
|
2005-09-19 12:10:14 +02:00
|
|
|
#
|
|
|
|
# Note, {0} is the manpage section, while {target} is the command.
|
|
|
|
#
|
|
|
|
# Show GIT link as: <command>(<section>); if section is defined, else just show
|
|
|
|
# the command.
|
|
|
|
|
2008-12-08 19:29:09 +01:00
|
|
|
[macros]
|
|
|
|
(?su)[\\]?(?P<name>linkgit):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
|
|
|
|
2005-10-06 01:56:31 +02:00
|
|
|
[attributes]
|
2008-06-25 06:25:53 +02:00
|
|
|
asterisk=*
|
2007-06-15 07:20:16 +02:00
|
|
|
plus=+
|
|
|
|
caret=^
|
2006-07-15 01:36:00 +02:00
|
|
|
startsb=[
|
|
|
|
endsb=]
|
2010-08-20 12:23:54 +02:00
|
|
|
backslash=\
|
2006-10-03 07:52:57 +02:00
|
|
|
tilde=~
|
2010-08-20 12:21:53 +02:00
|
|
|
apostrophe='
|
2009-06-28 14:55:45 +02:00
|
|
|
backtick=`
|
2010-08-23 23:20:25 +02:00
|
|
|
litdd=--
|
2005-10-06 01:56:31 +02:00
|
|
|
|
2005-09-19 12:10:14 +02:00
|
|
|
ifdef::backend-docbook[]
|
2007-12-29 07:20:38 +01:00
|
|
|
[linkgit-inlinemacro]
|
2005-09-19 12:10:14 +02:00
|
|
|
{0%{target}}
|
|
|
|
{0#<citerefentry>}
|
|
|
|
{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
|
|
|
|
{0#</citerefentry>}
|
|
|
|
endif::backend-docbook[]
|
|
|
|
|
2006-03-06 00:13:36 +01:00
|
|
|
ifdef::backend-docbook[]
|
2009-03-27 07:44:00 +01:00
|
|
|
ifndef::git-asciidoc-no-roff[]
|
2006-03-06 00:13:36 +01:00
|
|
|
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
|
2007-11-14 10:38:46 +01:00
|
|
|
# v1.72 breaks with this because it replaces dots not in roff requests.
|
2006-03-06 00:13:36 +01:00
|
|
|
[listingblock]
|
|
|
|
<example><title>{title}</title>
|
|
|
|
<literallayout>
|
2007-07-18 23:33:57 +02:00
|
|
|
ifdef::doctype-manpage[]
|
|
|
|
.ft C
|
|
|
|
endif::doctype-manpage[]
|
2006-03-06 00:13:36 +01:00
|
|
|
|
|
2007-07-18 23:33:57 +02:00
|
|
|
ifdef::doctype-manpage[]
|
|
|
|
.ft
|
|
|
|
endif::doctype-manpage[]
|
2006-03-06 00:13:36 +01:00
|
|
|
</literallayout>
|
|
|
|
{title#}</example>
|
2009-03-27 07:44:00 +01:00
|
|
|
endif::git-asciidoc-no-roff[]
|
2008-10-30 11:45:03 +01:00
|
|
|
|
2009-03-27 07:44:00 +01:00
|
|
|
ifdef::git-asciidoc-no-roff[]
|
2008-10-30 11:45:03 +01:00
|
|
|
ifdef::doctype-manpage[]
|
|
|
|
# The following two small workarounds insert a simple paragraph after screen
|
|
|
|
[listingblock]
|
|
|
|
<example><title>{title}</title>
|
2009-03-27 07:44:03 +01:00
|
|
|
<literallayout>
|
2008-10-30 11:45:03 +01:00
|
|
|
|
|
2009-03-27 07:44:03 +01:00
|
|
|
</literallayout><simpara></simpara>
|
2008-10-30 11:45:03 +01:00
|
|
|
{title#}</example>
|
|
|
|
|
|
|
|
[verseblock]
|
|
|
|
<formalpara{id? id="{id}"}><title>{title}</title><para>
|
|
|
|
{title%}<literallayout{id? id="{id}"}>
|
|
|
|
{title#}<literallayout>
|
|
|
|
|
|
2009-03-27 07:44:04 +01:00
|
|
|
</literallayout>
|
2008-10-30 11:45:03 +01:00
|
|
|
{title#}</para></formalpara>
|
2009-03-27 07:44:04 +01:00
|
|
|
{title%}<simpara></simpara>
|
2008-10-30 11:45:03 +01:00
|
|
|
endif::doctype-manpage[]
|
2009-03-27 07:44:00 +01:00
|
|
|
endif::git-asciidoc-no-roff[]
|
2006-03-06 00:13:36 +01:00
|
|
|
endif::backend-docbook[]
|
|
|
|
|
2007-03-27 08:45:23 +02:00
|
|
|
ifdef::doctype-manpage[]
|
2007-03-25 13:56:50 +02:00
|
|
|
ifdef::backend-docbook[]
|
|
|
|
[header]
|
|
|
|
template::[header-declarations]
|
|
|
|
<refentry>
|
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>{mantitle}</refentrytitle>
|
|
|
|
<manvolnum>{manvolnum}</manvolnum>
|
|
|
|
<refmiscinfo class="source">Git</refmiscinfo>
|
2007-06-01 11:10:30 +02:00
|
|
|
<refmiscinfo class="version">{git_version}</refmiscinfo>
|
2007-03-25 13:56:50 +02:00
|
|
|
<refmiscinfo class="manual">Git Manual</refmiscinfo>
|
|
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
|
|
<refname>{manname}</refname>
|
|
|
|
<refpurpose>{manpurpose}</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
endif::backend-docbook[]
|
2007-03-27 08:45:23 +02:00
|
|
|
endif::doctype-manpage[]
|
2007-03-25 13:56:50 +02:00
|
|
|
|
2005-09-19 12:10:14 +02:00
|
|
|
ifdef::backend-xhtml11[]
|
2012-06-21 08:24:10 +02:00
|
|
|
[attributes]
|
|
|
|
git-relative-html-prefix=
|
2007-12-29 07:20:38 +01:00
|
|
|
[linkgit-inlinemacro]
|
2012-06-07 23:03:23 +02:00
|
|
|
<a href="{git-relative-html-prefix}{target}.html">{target}{0?({0})}</a>
|
2005-09-19 12:10:14 +02:00
|
|
|
endif::backend-xhtml11[]
|