]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-send-email.txt
correct smtp-ssl-cert-path description
authorAdam Williamson <awilliam@redhat.com>
Tue, 6 Jan 2015 19:01:00 +0000 (11:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 18:39:49 +0000 (10:39 -0800)
commitbcfe6f327d7a3ec64aca60beef377f5ada0c9b96
treeb1b29dd8d61ce2e9673b6fc14127ca02d765e373
parent9a8c2b67cd5a51666f2c0ce3fbbdb08b97b79b3d
correct smtp-ssl-cert-path description

The git-send-email documentation was never updated to reflect
the change made in 01645b74 to use the SSL library's default
CA trust store rather than /etc/ssl/certs as a hardcoded
default CApath. This corrects that, and also tweaks the rest
of the text a bit to explain more accurately what is required
for a valid CApath / CAfile.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt