git/git-gui/po/glossary
Elia Pinto 4796af1510 git-gui/po/glossary/txt-to-pot.sh: use the $( ... ) construct for command substitution
The Git CodingGuidelines prefer the $(...) construct for command
substitution instead of using the backquotes `...`.

The backquoted form is the traditional method for command
substitution, and is supported by POSIX.  However, all but the
simplest uses become complicated quickly.  In particular, embedded
command substitutions and/or the use of double quotes require
careful escaping with the backslash character.

The patch was generated by:

for _f in $(find . -name "*.sh")
do
	perl -i -pe 'BEGIN{undef $/;} s/`(.+?)`/\$(\1)/smg'  "${_f}"
done

and then carefully proof-read.

Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-12-27 15:33:13 -08:00
..
bg.po git-gui 0.19.0 2014-01-21 13:16:17 -08:00
de.po Merge branch 'master' of git://repo.or.cz/git-gui 2008-02-29 21:22:52 -08:00
el.po Merge git://repo.or.cz/git-gui 2009-10-27 14:55:37 -07:00
fr.po Merge git://repo.or.cz/git-gui 2008-01-20 20:36:16 -08:00
git-gui-glossary.pot Merge git://repo.or.cz/git-gui 2008-01-20 16:58:38 -08:00
git-gui-glossary.txt git-gui 0.19.0 2014-01-21 13:16:17 -08:00
it.po Merge branch 'master' of git://repo.or.cz/git-gui 2007-12-06 23:51:15 -08:00
Makefile
pt_br.po Merge git-gui 0.14.0 2011-03-26 10:42:35 -07:00
txt-to-pot.sh git-gui/po/glossary/txt-to-pot.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
zh_cn.po