From: Célestin Matte Date: Fri, 14 Jun 2013 13:50:09 +0000 (+0200) Subject: git-remote-mediawiki: make a regexp clearer X-Git-Tag: v1.8.4-rc0~147^2~30 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/05d4c7b1c46b7a6cbc8f4c0403a6e208aea1c63c?ds=inline;hp=05d4c7b1c46b7a6cbc8f4c0403a6e208aea1c63c git-remote-mediawiki: make a regexp clearer Perl's split function takes a regex pattern argument. You can also feed it an expression, which is then compiled into a regex at runtime. It therefore works to pass your pattern via single quotes, but it is much less obvious to a reader that the argument is meant to be a regex, not a static string. Using the traditional slash-delimiters makes this easier to read. Signed-off-by: Célestin Matte Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano ---