From 748062a840ad3c6e657f6ad6c5eeba0e108b3a81 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Mon, 17 May 2021 22:19:56 +0200 Subject: git-email: Fix list of arguments for ‘git format-patch’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * git-email.el (git-email-format-patch-extra-args): Use the correct CLI options, see git-format-patch(1) for more details. --- git-email.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-email.el b/git-email.el index 65095f1..6a19500 100644 --- a/git-email.el +++ b/git-email.el @@ -115,8 +115,8 @@ The path should end with a trailing \"/\"." "--signoff" "--range-diff=" "--interdiff=" - "--base-commit" - "--no-base-commit" + "--base=" + "--no-base" "--subject-prefix=" "--thread=" "--output-directory=" -- cgit v1.2.3