]> sipb.mit.edu Git - ikiwiki.git/blobdiff - gitremotes
(no commit message)
[ikiwiki.git] / gitremotes
index b144909243f702d04c95822ee6ce163e73896c54..7b9484dd16dc3c4f3a1ee36ab566dfd0aa8eb07b 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+)\]?\]?\s+`([^>]+)`/) {
                # note that the remote name has to be a simple word (\w)
                # for security/sanity reasons
                my $remote=$1;