Code

CodingGuidelines: spell out how we use grep in our scripts
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Mar 2008 02:18:16 +0000 (18:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Mar 2008 02:18:16 +0000 (18:18 -0800)
commit009c98ee170b36598548cc67c54826544cced108
treeeb5e81b7aefef1861594417fb72a8333cfdfd0ea
parentc14918415a36e93a84ed1f58ce079619f84e26fa
CodingGuidelines: spell out how we use grep in our scripts

Our scripts try to stick to fairly limited subset of POSIX BRE for
portability.  It is unclear from manual page from GNU grep which is GNU
extension and which is portable, so let's spell it out to help new people
to keep their contributions from hurting porters.

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