summaryrefslogtreecommitdiff
path: root/gpg-interface.c
diff options
context:
space:
mode:
authorLibravatar Elia Pinto <gitter.spiros@gmail.com>2016-01-08 12:06:24 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-01-08 12:54:06 -0800
commitcf60c8f346aff1a1e45b1c3fd2f8d3ab1483c275 (patch)
treef9bf98970a2037efe04c23869cd2ee96c46e2c66 /gpg-interface.c
parentt/t7505-prepare-commit-msg-hook.sh: use the $( ... ) construct for command su... (diff)
downloadtgif-cf60c8f346aff1a1e45b1c3fd2f8d3ab1483c275.tar.xz
t/t7602-merge-octopus-many.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> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gpg-interface.c')
0 files changed, 0 insertions, 0 deletions