From: W. Trevor King Date: Sun, 12 Feb 2012 11:57:56 +0000 (-0500) Subject: Add browseurl option to gitrepo template. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2df468766c15e76a733ee2c803be77ba48a515f7;p=blog.git Add browseurl option to gitrepo template. --- diff --git a/templates/gitrepo.mdwn b/templates/gitrepo.mdwn index d5df760..ff7568c 100644 --- a/templates/gitrepo.mdwn +++ b/templates/gitrepo.mdwn @@ -1,6 +1,7 @@ Available in a [[!taglink tags/git]] repository.
Repository:
+Browsable repository:
Author: W. Trevor King
@@ -10,6 +11,8 @@ uses these parameters: * repo - the name of the repository. * url - repository url. Defaults to `git://tremily.us/.git`. +* browseurl - browsable repository url. Defaults to + `http://git.tremily.us/?p=.git`. * author - the author of the branch. Defaults to `W. Trevor King`. It also automatically tags the branch with `tags/git`.