alphapapa/magit-todos@c5030cc27c -> alphapapa/magit-todos@c6f3fd03aa
magit/forge@ce212f8f95 -> magit/forge@ba35ffc9ba
magit/magit@30b0debaaa -> magit/magit@97a95f7007
wandersoncferreira/code-review@95b36ec8e7 -> wandersoncferreira/code-review@26f426e992
- (#6987, #7103) Fixes "wrong-type-argument sequencep #<subr
code-review-section--magit-diff-insert-file-section>" error when
starting code-review.
Fix: #6987
Close: #7103
Amend: 29c595ed1b
Co-authored-by: shroomist <shroomist@users.noreply.github.com>
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 "c020975a891438e278ad1855213d4f3d62c9fccb")
|
|
(package! git-commit :pin "97a95f70079b6613bf98d2306279d3e03fe51234")
|
|
(package! git-timemachine
|
|
;; The original lives on codeberg.org; which has uptime issues.
|
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
|
:pin "d8ffd0d7cc4ab3dd7de494c9ea36dfd99e2744fa")
|
|
(package! git-modes :pin "f0a0154bf48dd1c0c587596cf4cfd3c90f673a05")
|