From 420b37ff8cc775102cc59e8b29a4794bac3c82df Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Sat, 6 Feb 2021 15:15:23 +0100 Subject: Add additional arguments for formatting patches * git-email.el (git-email-format-patch-extra-args): Add more arguments for conveience. --- git-email.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'git-email.el') diff --git a/git-email.el b/git-email.el index 01bd65a..ea60913 100644 --- a/git-email.el +++ b/git-email.el @@ -101,7 +101,19 @@ The path should end with a trailing \"/\"." :group 'git-email) (defcustom git-email-format-patch-extra-args - '("--cover-letter" "--thread" "--output-directory" "--signoff" "--to" "-v") + '("--cover-letter" + "--rfc" + "--signoff" + "--range-diff=" + "--interdiff=" + "--base-commit" + "--no-base-commit" + "--subject-prefix=" + "--thread=" + "--output-directory=" + "--to=" + "--reroll-count=" + "--in-reply-to=") "List of arguments to display in `git-email-format-patch'." :type '(string) :group 'git-email) -- cgit v1.2.3