Next: git-email-format-patch, Up: Send patches [Contents][Index]
When you are in a dired, vc-dir, or ibuffer buffer, you can mark patch
files and run git-email-send-email
to send the patches. If you arent
in one of those bufffers, you will be prompted to enter a file path in
the minibuffer.
Once a message has been created, your cursor will automatically be placed in the appropriate location. This means that if the subject or "to" address is empty, the cursor will automatically be there already.
By default, the built-in message-mail
function will be used for
composing the message. You can change this to something else by
customizing the git-email-compose-email-function
.