From 84f6d368a74ae1e876ba7d95d62a825f6d1ac643 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Sun, 24 Jan 2021 12:10:24 +0100 Subject: git-email: Add -v to extra args * git-email.el (git-email-format-patch-extra-args): Add "-v" to the list. --- git-email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-email.el b/git-email.el index bc30731..2aa24fc 100644 --- a/git-email.el +++ b/git-email.el @@ -88,7 +88,7 @@ not set, the 'to' address will be empty." :group 'git-email) (defcustom git-email-format-patch-extra-args - '("--cover-letter" "--thread" "--output-directory" "--signoff" "--to") + '("--cover-letter" "--thread" "--output-directory" "--signoff" "--to" "-v") "List of arguments to display in `git-email-format-patch'." :type '(string) :group 'git-email) -- cgit v1.2.3