refactor(vc): move git-commit to magit module
`git-commit` is no longer distributed with `magit` and no longer declares its dependencies, causing "file missing: with-editor" and similar errors for folks who don't have magit installed. Also, VC's commit workflows don't utilize the mode, so there's no reason to keep it in this module. Ref: magit/magit@c170fcf399 Ref: #8003
This commit is contained in:
parent
bbb2cc1cb3
commit
07eae64509
3 changed files with 21 additions and 22 deletions
|
@ -6,7 +6,6 @@
|
|||
(package! smerge-mode :built-in t)
|
||||
|
||||
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
|
||||
(package! git-commit :pin "0aa26864e3fc4e6949711a4821caf6819e7ab171")
|
||||
(package! git-timemachine
|
||||
;; The original lives on codeberg.org; which has uptime issues.
|
||||
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue