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-07-20 14:05:05 -04:00
|
|
|
(package! git-commit :pin "9d4192b7b12c6b7f0664d99c4f876cfcc0a30ad4")
|
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")
|
|
|
|
(package! git-modes :pin "d96fa7a3c7d754812675b37247c6a77e459eec53")
|