您需要安装git-email包才能使其工作。在Ubuntu上,通常的apt-get install git-email工作正常。我也可以...
Specify a command to run to send the email. The command should be sendmail-like; specifically, it must support the-ioption. The command will be executed in the shell if necessary. Default is the value ofsendemail.sendmailCmd. If unspecified, and if --smtp-server is also unspecified, git-...
The header of the email is configurable via command-line options. If not specified on the command line, the user will be prompted with a ReadLine enabled interface to provide the necessary information. There are two formats accepted for patch files: mbox format files This is what git-format-...
the value of thesendemail.fromconfiguration option is used. If neither the command-line option norsendemail.fromare set, then the user will be prompted for the value. The default for the prompt will be the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not set, as returned...
The header of the email is configurable by command line options. If not specified on the command line, the user will be prompted with a ReadLine enabled interface to provide the necessary information. There are two formats accepted for patch files: 1. mbox format files This is what git-...
The git send-email command is a powerful tool that allows you to send a collection of patches as emails. This is particularly useful for submitting patches to open-source projects, code reviews, or collaborating with others on code changes.
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improv
} catch Git::Error::Command with { # Not a valid revision. Treat it as a filename.return 0; } } # Now that all the defaults are set, process the rest of the command line # arguments and collect up the files that need to be processed.my...
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. - git/git-send-email.perl at master · tianxiake/git
Once you have created your Git patch series (one or more Git patch files), you are ready to send them using thegit send-emailcommand. The git send-email command can be used to send a single patch or multiple patch files from your local machine to a recipient. The main recipient is of...