From: Julian Gindi Date: Mon, 13 Apr 2015 12:54:14 +0000 (-0400) Subject: CodingGuidelines: update 'rough' rule count X-Git-Tag: v2.3.6~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6c3b2afe6f64d33c176a8d369793392d7659fd6f CodingGuidelines: update 'rough' rule count Changed inaccurate count of "rough rules" from three to the more generic 'a few'. Signed-off-by: Julian Gindi Reviewed-by: Eric Sunshine Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index f4137c68ff..cba0ebbac7 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -1,5 +1,5 @@ Like other projects, we also have some guidelines to keep to the -code. For Git in general, three rough rules are: +code. For Git in general, a few rough rules are: - Most importantly, we never say "It's in POSIX; we'll happily ignore your needs should your system not conform to it."