summaryrefslogtreecommitdiff
path: root/credential.h
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2015-12-22 14:10:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-12-27 23:33:13 (GMT)
commit57eb1bef7d86507437ebdfa5a855508e6ab05035 (patch)
treeab0ad06302eed4ed6bd6d26c3d4986b1bc5171a1 /credential.h
parentbc32bacc72078b92b9e9f02acec63ccc28564a01 (diff)
downloadgit-57eb1bef7d86507437ebdfa5a855508e6ab05035.zip
git-57eb1bef7d86507437ebdfa5a855508e6ab05035.tar.gz
git-57eb1bef7d86507437ebdfa5a855508e6ab05035.tar.bz2
contrib/thunderbird-patch-inline/appp.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>
Diffstat (limited to 'credential.h')
0 files changed, 0 insertions, 0 deletions