merge(3p/git): Merge git subtree at v2.29.2
This also bumps the stable nixpkgs to 20.09 as of 2020-11-21, because there is some breakage in the git build related to the netrc credentials helper which someone has taken care of in nixpkgs. The stable channel is not used for anything other than git, so this should be fine. Change-Id: I3575a19dab09e1e9556cf8231d717de9890484fb
This commit is contained in:
parent
082c006c04
commit
f4609b896f
1485 changed files with 241535 additions and 109418 deletions
34
third_party/git/Documentation/git-imap-send.txt
vendored
34
third_party/git/Documentation/git-imap-send.txt
vendored
|
|
@ -51,17 +51,13 @@ OPTIONS
|
|||
CONFIGURATION
|
||||
-------------
|
||||
|
||||
To use the tool, imap.folder and either imap.tunnel or imap.host must be set
|
||||
To use the tool, `imap.folder` and either `imap.tunnel` or `imap.host` must be set
|
||||
to appropriate values.
|
||||
|
||||
Variables
|
||||
~~~~~~~~~
|
||||
|
||||
include::config/imap.txt[]
|
||||
|
||||
Examples
|
||||
~~~~~~~~
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
Using tunnel mode:
|
||||
|
||||
..........................
|
||||
|
|
@ -89,14 +85,18 @@ Using direct mode with SSL:
|
|||
user = bob
|
||||
pass = p4ssw0rd
|
||||
port = 123
|
||||
sslverify = false
|
||||
; sslVerify = false
|
||||
.........................
|
||||
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
To submit patches using GMail's IMAP interface, first, edit your ~/.gitconfig
|
||||
to specify your account settings:
|
||||
[NOTE]
|
||||
You may want to use `sslVerify=false`
|
||||
while troubleshooting, if you suspect that the reason you are
|
||||
having trouble connecting is because the certificate you use at
|
||||
the private server `example.com` you are trying to set up (or
|
||||
have set up) may not be verified correctly.
|
||||
|
||||
Using Gmail's IMAP interface:
|
||||
|
||||
---------
|
||||
[imap]
|
||||
|
|
@ -104,17 +104,21 @@ to specify your account settings:
|
|||
host = imaps://imap.gmail.com
|
||||
user = user@gmail.com
|
||||
port = 993
|
||||
sslverify = false
|
||||
---------
|
||||
|
||||
You might need to instead use: folder = "[Google Mail]/Drafts" if you get an error
|
||||
[NOTE]
|
||||
You might need to instead use: `folder = "[Google Mail]/Drafts"` if you get an error
|
||||
that the "Folder doesn't exist".
|
||||
|
||||
[NOTE]
|
||||
If your Gmail account is set to another language than English, the name of the "Drafts"
|
||||
folder will be localized.
|
||||
|
||||
Once the commits are ready to be sent, run the following command:
|
||||
|
||||
$ git format-patch --cover-letter -M --stdout origin/master | git imap-send
|
||||
|
||||
Just make sure to disable line wrapping in the email client (GMail's web
|
||||
Just make sure to disable line wrapping in the email client (Gmail's web
|
||||
interface will wrap lines no matter what, so you need to use a real
|
||||
IMAP client).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue