2018-06-21 21:14:00 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; emacs/vc/packages.el
|
|
|
|
|
2019-06-07 23:07:37 +02:00
|
|
|
(package! vc :built-in t)
|
|
|
|
(package! vc-annotate :built-in t)
|
|
|
|
(package! smerge-mode :built-in t)
|
|
|
|
|
2021-09-09 15:50:19 +02:00
|
|
|
(package! browse-at-remote :pin "cef26f2c063f2473af42d0e126c8613fe2f709e4")
|
2022-08-09 22:15:21 +02:00
|
|
|
(package! git-commit :pin "8a0cc83eff98489d3685b8585afdcebbb47c1393")
|
|
|
|
(package! git-timemachine
|
|
|
|
;; The original lives on codeberg.org; which has uptime issues.
|
|
|
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
|
|
|
:pin "ca09684e94767cc0b2339b77b778b4de4f9d104f")
|
|
|
|
(package! git-modes :pin "eca3bb42ea8abed9ef8549b2ac91bbea445c5bb5")
|