magit/forge@30f181f785 -> magit/forge@35cc600d62 magit/magit@2da34f1317 -> magit/magit@0aa26864e3 magit/orgit-forge@a989b2b54d -> magit/orgit-forge@2718a6aaf0 magit/orgit@29a0f37e5c -> magit/orgit@59d21fdb21 For Magit's 4.1.0 release, and to repin away from these packages' recently removed 'melpa' branches (see #8007). Ref: #8003 Ref: #8007
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 "0aa26864e3fc4e6949711a4821caf6819e7ab171")
|
|
(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")
|