aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-01-24 12:10:24 +0100
committerXinglu Chen <public@yoctocell.xyz>2021-01-24 12:10:24 +0100
commit84f6d368a74ae1e876ba7d95d62a825f6d1ac643 (patch)
treed9336ca0c50c58031515dfe8c575c1af353bd4d9
parent05c8fd3f7304ee8f816fd51f3ecc7421de37d4b4 (diff)
git-email: Add -v to extra args
* git-email.el (git-email-format-patch-extra-args): Add "-v" to the list.
-rw-r--r--git-email.el2
1 files changed, 1 insertions, 1 deletions
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)