git/contrib/mw-to-git
Célestin Matte 86e95ef2d4 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 <celestin.matte@ensimag.fr>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-06-14 09:02:17 -07:00
..
t git-remote-mediawiki: spelling fixes 2013-04-12 12:13:05 -07:00
.gitignore git-remote-mediawiki: use toplevel's Makefile 2013-02-08 10:02:32 -08:00
git-remote-mediawiki.perl git-remote-mediawiki: modify strings for a better coding-style 2013-06-14 09:02:17 -07:00
git-remote-mediawiki.txt git-remote-mediawiki: new wiki URL in documentation 2013-04-04 09:54:38 -07:00
Makefile git-remote-mediawiki: use toplevel's Makefile 2013-02-08 10:02:32 -08:00