X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d135bd3f983fce11468037792b696cc32316023a..8ed097beb1e01e7cb6530650277b62645e848d4e:/gitremotes?ds=sidebyside

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;