git: update documentation patch (#397603)

authored by Ryan Hendrickson and committed by GitHub 4ff605f9 9f3196ee

+14 -5
+14 -5
pkgs/applications/version-management/git/git-send-email-honor-PATH.patch
··· 1 - diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt 2 - index 3db4eab4ba..39bc0e77c9 100644 3 --- a/Documentation/git-send-email.adoc 4 +++ b/Documentation/git-send-email.adoc 5 - @@ -220,9 +220,9 @@ a password is obtained using 'git-credential'. 6 --smtp-server=<host>:: 7 If set, specifies the outgoing SMTP server to use (e.g. 8 `smtp.example.com` or a raw IP address). If unspecified, and if ··· 16 For backward compatibility, this option can also specify a full pathname 17 of a sendmail-like program instead; the program must support the `-i` 18 diff --git a/git-send-email.perl b/git-send-email.perl 19 - index e65d969d0b..508d49483d 100755 20 --- a/git-send-email.perl 21 +++ b/git-send-email.perl 22 - @@ -1066,8 +1066,7 @@ sub expand_one_alias { 23 } 24 25 if (!defined $sendmail_cmd && !defined $smtp_server) {
··· 1 + diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc 2 + index 7f223db42d..7e46a07d31 100644 3 --- a/Documentation/git-send-email.adoc 4 +++ b/Documentation/git-send-email.adoc 5 + @@ -177,7 +177,7 @@ Sending 6 + The command will be executed in the shell if necessary. Default 7 + is the value of `sendemail.sendmailCmd`. If unspecified, and if 8 + --smtp-server is also unspecified, git-send-email will search 9 + - for `sendmail` in `/usr/sbin`, `/usr/lib` and $PATH. 10 + + for `sendmail` in $PATH. 11 + 12 + --smtp-encryption=<encryption>:: 13 + Specify in what way encrypting begins for the SMTP connection. 14 + @@ -233,9 +233,9 @@ a password is obtained using 'git-credential'. 15 --smtp-server=<host>:: 16 If set, specifies the outgoing SMTP server to use (e.g. 17 `smtp.example.com` or a raw IP address). If unspecified, and if ··· 25 For backward compatibility, this option can also specify a full pathname 26 of a sendmail-like program instead; the program must support the `-i` 27 diff --git a/git-send-email.perl b/git-send-email.perl 28 + index 798d59b84f..69c9cc2a7d 100755 29 --- a/git-send-email.perl 30 +++ b/git-send-email.perl 31 + @@ -1091,8 +1091,7 @@ sub expand_one_alias { 32 } 33 34 if (!defined $sendmail_cmd && !defined $smtp_server) {