diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-01 14:53:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-19 19:33:01 -0700 |
commit | 8b1d88e87adcff001a72706bda8dcdefdfb8da67 (patch) | |
tree | e24e65b8e4c59d30b37ada8b5ce4cdf7730e5eb0 /Documentation/SubmittingPatches | |
parent | add boolean diff.suppress-blank-empty config option (diff) | |
download | tgif-8b1d88e87adcff001a72706bda8dcdefdfb8da67.tar.xz |
SubmittingPatches: fix a typo
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 841bead9db..a1e9100f9e 100644 --- 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. |