projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a624eaa
)
SubmittingPatches: fix a typo
author
Jim Meyering
<meyering@redhat.com>
Tue, 1 Apr 2008 12:53:51 +0000
(14:53 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 20 Aug 2008 02:33:01 +0000
(19:33 -0700)
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches
patch
|
blob
|
history
diff --git
a/Documentation/SubmittingPatches
b/Documentation/SubmittingPatches
index 841bead9db18a025638570c10cac72bcf4791f68..a1e9100f9e3ccb8466ec603e154cb230dc2cb33b 100644
(file)
--- a/
Documentation/SubmittingPatches
+++ b/
Documentation/SubmittingPatches
@@
-71,7
+71,7
@@
run git diff --check on your changes before you commit.
(1a) Try to be nice to older C compilers
-We try to support wide range of C compilers to compile
+We try to support
a
wide range of C compilers to compile
git with. That means that you should not use C99 initializers, even
if a lot of compilers grok it.