diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2009-04-18 13:26:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-18 12:54:45 -0700 |
commit | 43be7a782e08489062a3b8130cbb7ffbe8807191 (patch) | |
tree | d044e3b26e208c398ed471d485882da544a5e574 /Documentation | |
parent | doc/gitattributes: clarify location of config text (diff) | |
download | tgif-43be7a782e08489062a3b8130cbb7ffbe8807191.tar.xz |
imap-send: use correct configuration variable in documentation
It's imap.pass (not imap.password).
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-imap-send.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 1685f04efe..eed50572e0 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -51,7 +51,7 @@ imap.host:: imap.user:: The username to use when logging in to the server. -imap.password:: +imap.pass:: The password to use when logging in to the server. imap.port:: |