magit/magit@3b37048688 -> magit/magit@2da34f1317
- Whoops. The HEAD of magit's melpa branch is auto-generated and rebased
to the front, so pinning to its HEAD will always eventually break.
Fix: #8007
Amend: 5e70fe1697
14 lines
573 B
EmacsLisp
14 lines
573 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/vc/packages.el
|
|
|
|
(package! vc :built-in t)
|
|
(package! vc-annotate :built-in t)
|
|
(package! smerge-mode :built-in t)
|
|
|
|
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
|
|
(package! git-commit :pin "2da34f1317c619ec2dfb9e0d969449261ca7f31f")
|
|
(package! git-timemachine
|
|
;; The original lives on codeberg.org; which has uptime issues.
|
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
|
:pin "3780835fcd67c3703ffa768206121851e6895ece")
|
|
(package! git-modes :pin "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")
|