summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
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)