aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/git.mdwn10
-rwxr-xr-xgitremotes2
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn
index 511a0a75c..abb25722a 100644
--- a/doc/git.mdwn
+++ b/doc/git.mdwn
@@ -30,13 +30,13 @@ into [[Joey]]'s working tree. This is recommended. :-)
<!-- 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
diff --git a/gitremotes b/gitremotes
index b14490924..7b9484dd1 100755
--- a/gitremotes
+++ b/gitremotes
@@ -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+)\]?\]?\s+`([^>]+)`/) {
# note that the remote name has to be a simple word (\w)
# for security/sanity reasons
my $remote=$1;