mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Merge pull request #5310 from iyefrat/bump-fix
fix: use new commit format in `doom/bumpify-diff`
This commit is contained in:
@ -238,7 +238,7 @@ Must be run from a magit diff buffer."
|
||||
(if (null lines)
|
||||
(user-error "No bumps to bumpify")
|
||||
(prog1 (funcall (if interactive #'kill-new #'identity)
|
||||
(format "Bump %s\n\n%s"
|
||||
(format "bump: %s\n\n%s"
|
||||
(mapconcat (lambda (x)
|
||||
(mapconcat #'symbol-name x " "))
|
||||
(cl-loop with alist = ()
|
||||
|
Reference in New Issue
Block a user