author | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 Mar 2008 02:18:16 +0000 (18:18 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 Mar 2008 02:18:16 +0000 (18:18 -0800) | ||
commit | 009c98ee170b36598548cc67c54826544cced108 | |
tree | eb5e81b7aefef1861594417fb72a8333cfdfd0ea | tree | snapshot |
parent | c14918415a36e93a84ed1f58ce079619f84e26fa | commit | diff |
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>
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 | diff | blob | history |