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)
|
|
|
|
|
2024-02-05 17:17:22 -05:00
|
|
|
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
|
2024-08-19 13:41:51 -04:00
|
|
|
(package! git-commit :pin "55656a31cc4fe6c8996c621f4cf14aa4a1bfe47d")
|
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")
|
2024-07-20 14:05:05 -04:00
|
|
|
:pin "3780835fcd67c3703ffa768206121851e6895ece")
|
2024-08-19 13:41:51 -04:00
|
|
|
(package! git-modes :pin "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")
|