This patch series continues the changes introduced with the merge 6753d8a85d543253d95184ec2faad6dc197f248: Merge branch 'ep/shell-command-substitution' Adjust shell scripts to use $(cmd) instead of `cmd`. This is the fourth serie, the other will be sent separately. Elia Pinto (10): t/t5303-pack-corruption-resilience.sh: use the $( ... ) construct for command substitution t/t5304-prune.sh: use the $( ... ) construct for command substitution t/t5305-include-tag.sh: use the $( ... ) construct for command substitution t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitution t/t5505-remote.sh: use the $( ... ) construct for command substitution t/t5506-remote-groups.sh: use the $( ... ) construct for command substitution t/t5510-fetch.sh: use the $( ... ) construct for command substitution t/t5515-fetch-merge-logic.sh: use the $( ... ) construct for command substitution t/t5516-fetch-push.sh: use the $( ... ) construct for command substitution t/t5517-push-mirror.sh: use the $( ... ) construct for command substitution t/t5303-pack-corruption-resilience.sh | 16 ++++++++-------- t/t5304-prune.sh | 2 +- t/t5305-include-tag.sh | 8 ++++---- t/t5500-fetch-pack.sh | 20 ++++++++++---------- t/t5505-remote.sh | 2 +- t/t5506-remote-groups.sh | 2 +- t/t5510-fetch.sh | 10 +++++----- t/t5515-fetch-merge-logic.sh | 4 ++-- t/t5516-fetch-push.sh | 4 ++-- t/t5517-push-mirror.sh | 2 +- 10 files changed, 35 insertions(+), 35 deletions(-) -- 2.3.3.GIT -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html