add Bremner's ikimailbox repo to list
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 21 May 2009 18:35:04 +0000 (14:35 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 21 May 2009 18:35:04 +0000 (14:35 -0400)
also, modify gitremotes to support wikilinks with alternate
link text

doc/git.mdwn
gitremotes

index b218240c7ec8a0ff993cdfbd3a60e22d01f74f56..96da2cd85c5db9f97d01b452cf2841177c6014f9 100644 (file)
@@ -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
 
index 7b9484dd16dc3c4f3a1ee36ab566dfd0aa8eb07b..91bf2fe84fb4580c1b479076a774066f09b20870 100755 (executable)
@@ -6,7 +6,7 @@ my $error=0;
 
 open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!";
 while (<IN>) {
-       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;