Re: [PATCH 00/10] use the $( ... ) construct for command substitution

2016-01-04 Thread Junio C Hamano
All looked sensible. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-23 Thread Elia Pinto
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):

[PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-22 Thread Elia Pinto
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 second series, the other will be sent separately. Elia Pinto (10):

[PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-22 Thread Elia Pinto
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 third serie, the other will be sent separately. Elia Pinto (10):

Re: [PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-22 Thread Jonathan Nieder
Elia Pinto wrote: > This is the second series, the other will be sent separately. Reviewed-by: Jonathan Nieder -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-22 Thread Elia Pinto
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 first series, the other will be sent separately. Elia Pinto (10):

Re: [PATCH 00/10] use the $( ... ) construct for command substitution

2015-12-22 Thread Jonathan Nieder
Elia Pinto wrote: > This is the first series, the other will be sent separately. FWIW, Reviewed-by: Jonathan Nieder -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at