aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https/socket.go
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2015-12-23 14:45:52 +0100
committerJunio C Hamano <gitster@pobox.com>2015-12-28 13:37:03 -0800
commit2feed90768c911b43c5f280520cc76d3f49ae267 (patch)
treea403e0507073e80245bb1bf309aff2d94e1dcc25 /contrib/persistent-https/socket.go
parentt/t5305-include-tag.sh: use the $( ... ) construct for command substitution (diff)
downloadgit-2feed90768c911b43c5f280520cc76d3f49ae267.tar.gz
git-2feed90768c911b43c5f280520cc76d3f49ae267.zip
t/t5500-fetch-pack.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 'contrib/persistent-https/socket.go')
0 files changed, 0 insertions, 0 deletions