`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
13 lines
503 B
EmacsLisp
13 lines
503 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/vc/packages.el
|
|
|
|
(package! vc :built-in t)
|
|
(package! vc-annotate :built-in t)
|
|
(package! smerge-mode :built-in t)
|
|
|
|
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
|
|
(package! git-timemachine
|
|
;; The original lives on codeberg.org; which has uptime issues.
|
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
|
:pin "3780835fcd67c3703ffa768206121851e6895ece")
|
|
(package! git-modes :pin "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")
|