[PATCH v2 009/142] t0001-init.sh: use the $( ... ) construct for command substitution

2014-03-25 Thread Elia Pinto
The Git CodingGuidelines prefer the $( ... ) construct for command substitution instead of using the back-quotes, or grave accents (`..`). The backquoted form is the historical method for command substitution, and is supported by POSIX. However, all but the simplest uses become complicated

Re: [PATCH v2 009/142] t0001-init.sh: use the $( ... ) construct for command substitution

2014-03-25 Thread Junio C Hamano
This conflicts with a topic in flight. -- 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