aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)