<!-- Machine-parsed format: * wikilink <git:url> -->
-* [[github]] <git://github.com/joeyh/ikiwiki.git>
+* github `git://github.com/joeyh/ikiwiki.git`
[browse](http://github.com/joeyh/ikiwiki/tree/master)
A mirror of the main repo, automatically updated.
-* [[smcv]] <git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git>
-* [[intrigeri]] <git://gaffer.ptitcanardnoir.org/ikiwiki.git>
-* [[gmcmanus]] <git://github.com/gmcmanus/ikiwiki.git>
-* [[jelmer]] <git://git.samba.org/jelmer/ikiwiki.git>
+* [[smcv]] `git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git`
+* [[intrigeri]] `git://gaffer.ptitcanardnoir.org/ikiwiki.git`
+* [[gmcmanus]] `git://github.com/gmcmanus/ikiwiki.git`
+* [[jelmer]] `git://git.samba.org/jelmer/ikiwiki.git`
## branches
open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!";
while (<IN>) {
- if (/^\*\s+\[\[(\w+)\]\]\s+<([^>]+)>/) {
+ if (/^\*\s+\[?\[?(\w+)\]?\]?\s+`([^>]+)`/) {
# note that the remote name has to be a simple word (\w)
# for security/sanity reasons
my $remote=$1;