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-06-03 16:01:55 -04:00
|
|
|
(package! git-commit :pin "f9268a959828d0c6ab26171dd2fb1ffc55e5ae70")
|
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-04-03 15:55:40 -04:00
|
|
|
:pin "5ed73c3831cf6da10ba941e6abba708a86853e8f")
|
2024-06-03 16:01:55 -04:00
|
|
|
(package! git-modes :pin "52ea2a1281ea9df9b8732fe2add0e6a0c9c2cd11")
|