From 0d00f4b52acca792d6d60007b94655282e312c92 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 10 Dec 2020 18:52:28 -0500 Subject: km/magit-patch-create-series: Fix cover letter regexp *blush* --- lisp/km-magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/km-magit.el b/lisp/km-magit.el index f681eab..a53768e 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -904,7 +904,7 @@ appending [M/N] to each entry." (string-match-p (rx string-start (zero-or-one "v" (one-or-more digit) "-") - (one-or-more "0")) + (one-or-more "0") "-") f)) patches))) (magit-call-git "add" patches) -- cgit v1.2.3