diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-14 13:37:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-14 13:37:52 -0400 |
commit | e93f31a5ef49275a750c20f96890d2ecc517fe88 (patch) | |
tree | 1f4cf4d34176b93fe4a8d0a8ff4e5c173d0b99d5 /doc/templates | |
parent | f5e806ecbc3b1f4485d75b880496b795867b299b (diff) |
add a branches page
Diffstat (limited to 'doc/templates')
-rw-r--r-- | doc/templates/gitbranch.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/templates/gitbranch.mdwn b/doc/templates/gitbranch.mdwn index 962420940..79444cda5 100644 --- a/doc/templates/gitbranch.mdwn +++ b/doc/templates/gitbranch.mdwn @@ -1,5 +1,5 @@ <span class="infobox"> -Available in a [[!taglink /git]] repository.<br /> +Available in a [[!taglink /git]] repository [[branch|/branches]].<br /> Branch: <TMPL_VAR branch><br /> Author: <TMPL_VAR author><br /> </span> @@ -13,6 +13,4 @@ these parameters: (e.g. github/master)</li> <li>author - the author of the branch</li> </ul> - -It also automatically tags the branch with `/git`. </TMPL_UNLESS> |