summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-14 16:55:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-14 16:55:29 (GMT)
commit638cbf5f0f0dba7df1ad487e45638342c9afb6a0 (patch)
treef969fcf3337bcf4ddfe62eef34a9bff0b4938d56 /Documentation
parentecc46a1780eee9d4e5dd7aaa0e7d4c10365c7050 (diff)
parent6c3b2afe6f64d33c176a8d369793392d7659fd6f (diff)
downloadgit-638cbf5f0f0dba7df1ad487e45638342c9afb6a0.zip
git-638cbf5f0f0dba7df1ad487e45638342c9afb6a0.tar.gz
git-638cbf5f0f0dba7df1ad487e45638342c9afb6a0.tar.bz2
Merge branch 'jg/cguide-we-cannot-count'
* jg/cguide-we-cannot-count: CodingGuidelines: update 'rough' rule count
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/CodingGuidelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines
index 376d5ec..c6e536f 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."