From: Joey Hess Date: Thu, 21 May 2009 18:35:04 +0000 (-0400) Subject: add Bremner's ikimailbox repo to list X-Git-Tag: 3.13~24 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=0c04e9363db4c6646a5d2c0220bdc934c9bf0ab3;ds=inline add Bremner's ikimailbox repo to list also, modify gitremotes to support wikilinks with alternate link text --- diff --git a/doc/git.mdwn b/doc/git.mdwn index b218240c7..96da2cd85 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -39,7 +39,8 @@ into [[Joey]]'s working tree. This is recommended. :-) * [[jelmer]] `git://git.samba.org/jelmer/ikiwiki.git` * [[hendry]] `git://webconverger.org/git/ikiwiki` * [[jon]] `git://github.com/jmtd/ikiwiki.git` -* [[davidbremner]] `http://pivot.cs.unb.ca/git/ikipostal.git` +* [[ikipostal|DavidBremner]] `http://pivot.cs.unb.ca/git/ikipostal.git` +* [[ikimailbox|DavidBremner]] `http://pivot.cs.unb.ca/git/ikimailbox.git` ## branches diff --git a/gitremotes b/gitremotes index 7b9484dd1..91bf2fe84 100755 --- a/gitremotes +++ b/gitremotes @@ -6,7 +6,7 @@ my $error=0; open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!"; while () { - if (/^\*\s+\[?\[?(\w+)\]?\]?\s+`([^>]+)`/) { + if (/^\*\s+\[?\[?(\w+)(?:\|\w+)?\]?\]?\s+`([^>]+)`/) { # note that the remote name has to be a simple word (\w) # for security/sanity reasons my $remote=$1;