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)
|
|
|
|
|
2023-02-18 15:52:45 -05:00
|
|
|
(package! browse-at-remote :pin "c020975a891438e278ad1855213d4f3d62c9fccb")
|
2023-02-22 17:01:07 -05:00
|
|
|
(package! git-commit :pin "97a95f70079b6613bf98d2306279d3e03fe51234")
|
2022-08-09 22:15:21 +02:00
|
|
|
(package! git-timemachine
|
|
|
|
;; The original lives on codeberg.org; which has uptime issues.
|
|
|
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
2023-02-18 15:52:45 -05:00
|
|
|
:pin "d8ffd0d7cc4ab3dd7de494c9ea36dfd99e2744fa")
|
|
|
|
(package! git-modes :pin "f0a0154bf48dd1c0c587596cf4cfd3c90f673a05")
|