]> git.ipfire.org Git - thirdparty/git.git/commit
send-email: simplify Gmail example in the documentation
authorMichal Nazarewicz <mina86@mina86.com>
Sat, 7 Apr 2018 10:07:23 +0000 (11:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Apr 2018 02:42:57 +0000 (11:42 +0900)
commit4855f06fb32e04c7d106765fd15c1f91c1a5fe17
treef6ec2564d6c751215f698f3d0fcd3d475fc9bb28
parent66409881238702fa6351e655f6aec8675c4b346f
send-email: simplify Gmail example in the documentation

There is no need for use to manually call ‘git credential’ especially
as the interface isn’t super user-friendly and a bit confusing.  ‘git
send-email’ will do that for them at the first execution and if the
password matches, it will be saved in the store.

Simplify the documentaion so it dosn’t include the ‘git credential’
invocation (which was incorrect anyway as it should use ‘approve’
instead of ‘fill’) and instead just mentions that credentials helper
must be set up.

Signed-off-by: Michał Nazarewicz <mina86@mina86.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt