Next: Miscellaneous, Previous: Sending email, Up: Customization options [Contents][Index]
git-email-format-patch-default-args
is a string of arguments to give
git format-patch
by default. If you choose to give extra arguments,
the default arguments will not be used.
git-email-format-patch-extra-args
is a list of arguments presented
in your completion framework when entering extra arguments to give
to ‘git format-patch’. These arguments are just there for the sake
of convience, you are not restricted to just the arguments in this
list.
git-email-revision-limit
controls the number of revisions to show in
the minibuffer when choosing a base revision.
git-email-revision-command
is the command to run to get a list of
revisions. If you change this, you will most likely also have to
change git-email-revision-parser
variable
git-email-get-revision-functions
is a list of functions to run to
try to get the base revision for the patches. If all of the
functions return nil, it fallsback to
‘git-email–minibuffer-get-revision’. By default, it will get the
revision of under point if you are in a VC log buffer.