From: Célestin Matte Date: Fri, 14 Jun 2013 13:50:30 +0000 (+0200) Subject: git-remote-mediawiki: modify strings for a better coding-style X-Git-Tag: v1.8.4-rc0~147^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/86e95ef2d4803c0fd2cac1afdd66c702ee2bafc1?ds=inline;hp=86e95ef2d4803c0fd2cac1afdd66c702ee2bafc1 git-remote-mediawiki: modify strings for a better coding-style - strings which don't need interpolation are single-quoted for more clarity and slight gain of performance - interpolation is preferred over concatenation in many cases, for more clarity - variables are always used with the ${} operator inside strings - strings including double-quotes are written with qq() so that the quotes do not have to be escaped Signed-off-by: Célestin Matte Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano ---