diff options
author | Julian Gindi <juliangindi@gmail.com> | 2015-04-13 08:54:14 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-14 09:50:31 -0700 |
commit | 6c3b2afe6f64d33c176a8d369793392d7659fd6f (patch) | |
tree | 5ade40ed406b005d03d90343afc62c68a11e88f6 | |
parent | Merge branch 'maint-1.9' into maint-2.0 (diff) | |
download | tgif-6c3b2afe6f64d33c176a8d369793392d7659fd6f.tar.xz |
CodingGuidelines: update 'rough' rule count
Changed inaccurate count of "rough rules" from three to the more
generic 'a few'.
Signed-off-by: Julian Gindi <juliangindi@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
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." |