diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-04-14 09:55:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-14 09:55:29 -0700 |
commit | 638cbf5f0f0dba7df1ad487e45638342c9afb6a0 (patch) | |
tree | f969fcf3337bcf4ddfe62eef34a9bff0b4938d56 /Documentation/CodingGuidelines | |
parent | Merge tag 'l10n-2.4.0-rnd2' of git://github.com/git-l10n/git-po (diff) | |
parent | CodingGuidelines: update 'rough' rule count (diff) | |
download | tgif-638cbf5f0f0dba7df1ad487e45638342c9afb6a0.tar.xz |
Merge branch 'jg/cguide-we-cannot-count'
* jg/cguide-we-cannot-count:
CodingGuidelines: update 'rough' rule count
Diffstat (limited to 'Documentation/CodingGuidelines')
-rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 376d5ec4f8..c6e536f180 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." |