fix: use new commit format in doom/bumpify-diff
This commit is contained in:
parent
6065073faa
commit
ae2a63137a
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ Must be run from a magit diff buffer."
|
||||||
(if (null lines)
|
(if (null lines)
|
||||||
(user-error "No bumps to bumpify")
|
(user-error "No bumps to bumpify")
|
||||||
(prog1 (funcall (if interactive #'kill-new #'identity)
|
(prog1 (funcall (if interactive #'kill-new #'identity)
|
||||||
(format "Bump %s\n\n%s"
|
(format "bump: %s\n\n%s"
|
||||||
(mapconcat (lambda (x)
|
(mapconcat (lambda (x)
|
||||||
(mapconcat #'symbol-name x " "))
|
(mapconcat #'symbol-name x " "))
|
||||||
(cl-loop with alist = ()
|
(cl-loop with alist = ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue