summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-10 18:52:28 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-12 00:33:42 -0500
commit0d00f4b52acca792d6d60007b94655282e312c92 (patch)
tree5f3da8c3e0a5848343a245085e59ba3427c18d90 /lisp
parentbcc3d5e6e350643f05e7114d12017aae13508c34 (diff)
downloademacs.d-0d00f4b52acca792d6d60007b94655282e312c92.tar.gz
km/magit-patch-create-series: Fix cover letter regexp
*blush*
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-magit.el2
1 files changed, 1 insertions, 1 deletions
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)