Skip to content

Commit 86e95ef

Browse files
Perdugitster
authored andcommitted
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 <[email protected]> Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6a316be commit 86e95ef

File tree

1 file changed

+119
-120
lines changed

1 file changed

+119
-120
lines changed

0 commit comments

Comments
 (0)