diff options
author | Tim Henigan <tim.henigan@gmail.com> | 2010-05-26 08:36:10 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-31 18:05:17 -0700 |
commit | 811dd906dbb391544085a3a7ca6cfc7b53d33131 (patch) | |
tree | b6d06ff737cb71adede00bf16f6f62f5da4f2184 /Documentation | |
parent | 371276bf29314af04b804cfd877abcac62674a58 (diff) | |
download | git-811dd906dbb391544085a3a7ca6cfc7b53d33131.tar.gz git-811dd906dbb391544085a3a7ca6cfc7b53d33131.tar.xz |
Documentation/SubmittingPatches: Fix typo in GMail section
Commit e498257d introduced a typo while improving the GMail section
of SubmittingPatches.
Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Acked-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 22e38086b..84248daa5 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -520,7 +520,7 @@ Gmail GMail does not appear to have any way to turn off line wrapping in the web interface, so this will mangle any emails that you send. You can however -use "git send e-mail" and send your patches through the GMail SMTP server, or +use "git send-email" and send your patches through the GMail SMTP server, or use any IMAP email client to connect to the google IMAP server and forward the emails through that. |