git-commit-vandalism/po/glossary
Elia Pinto c217e26c9d 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>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2016-10-03 23:27:14 +01:00
..
bg.po git-gui i18n: Initial glossary in Bulgarian 2014-01-18 16:32:04 +00:00
de.po git-gui: Update German translation. 2008-02-17 02:23:48 -05:00
el.po git-gui: Added Greek translation & glossary 2009-08-10 08:43:07 -07:00
fr.po git-gui: Correct encoding of glossary/fr.po to UTF-8 2008-01-20 23:03:23 -05:00
git-gui-glossary.pot git-gui: Update glossary: add term "hunk" 2008-01-16 00:42:37 -05:00
git-gui-glossary.txt git-gui l10n: Add 29 more terms to glossary 2014-01-18 16:32:09 +00:00
it.po git-gui: update it.po and glossary/it.po 2007-11-22 16:04:10 -05:00
Makefile Add glossary that can be converted into a po file for each language. 2007-09-02 16:56:13 +01:00
pt_br.po git-gui: add Brazilian Portuguese (pt-BR) translation 2011-01-27 16:22:10 +00:00
txt-to-pot.sh git-gui/po/glossary/txt-to-pot.sh: use the $( ... ) construct for command substitution 2016-10-03 23:27:14 +01:00
zh_cn.po git-gui: Added initial version of po/glossary/zh_cn.po 2007-09-02 16:58:37 +01:00