aboutsummaryrefslogtreecommitdiff
path: root/gitremotes
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-21 14:35:04 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-21 14:35:04 -0400
commit0c04e9363db4c6646a5d2c0220bdc934c9bf0ab3 (patch)
treef766dd6daccb498b3a90172b10a583ab9484c28d /gitremotes
parentc5ff3c191bccdc9a8816ab8733eb6af0f39a2d0a (diff)
downloadikiwiki-0c04e9363db4c6646a5d2c0220bdc934c9bf0ab3.tar
ikiwiki-0c04e9363db4c6646a5d2c0220bdc934c9bf0ab3.tar.gz
add Bremner's ikimailbox repo to list
also, modify gitremotes to support wikilinks with alternate link text
Diffstat (limited to 'gitremotes')
-rwxr-xr-xgitremotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitremotes b/gitremotes
index 7b9484dd1..91bf2fe84 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+)(?:\|\w+)?\]?\]?\s+`([^>]+)`/) {
# note that the remote name has to be a simple word (\w)
# for security/sanity reasons
my $remote=$1;