CodingGuidelines: reword parameter expansion section
commitbc979945305b87caf1e5975d30d42bafd88ad846
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 18:15:14 +0000 (13 11:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 18:15:14 +0000 (13 11:15 -0700)
tree0b7ff176b65ed3d31f146a66db74ca8c44d8f31b
parent537497be58850dc9c54281d0306b422ab604cdee
CodingGuidelines: reword parameter expansion section

Group entries related to parameter substitutions together and avoid
using the word "regexp" to refer to the ${parameter/pattern/string}
substitution (banned), as the pattern there is a shell glob and not
a regular expression.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines