dgutov/diff-hl@f66345ed1f -> dgutov/diff-hl@57d9d4e3e1 magit/forge@9edfcb2c15 -> magit/forge@21d410c810 magit/magit@9d4192b7b1 -> magit/magit@e777822720
14 lines
573 B
EmacsLisp
14 lines
573 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-commit :pin "e77782272082977d56635308b89cf686abd87ef5")
|
|
(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 "d96fa7a3c7d754812675b37247c6a77e459eec53")
|