diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-04-21 12:12:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-21 12:12:19 -0700 |
commit | e8281f01642fe17d6f44b3b18ed333b322770e81 (patch) | |
tree | 89fbe25a6ad7bf93ee80a99c55e8bc95057f559b /Documentation | |
parent | Merge branch 'jk/pack-corruption-post-mortem' into maint (diff) | |
parent | CodingGuidelines: update 'rough' rule count (diff) | |
download | tgif-e8281f01642fe17d6f44b3b18ed333b322770e81.tar.xz |
Merge branch 'jg/cguide-we-cannot-count' into maint
* jg/cguide-we-cannot-count:
CodingGuidelines: update 'rough' rule count
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 0f8cccf52d..2dd35bd1b8 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." |