Revert to stable version of magit, temporarily
Magit introduced some breaking changes in a recent commit that breaks evil-magit and magithub. Magithub appears to be migrating to forge, so until evil-magit has updated and I've properly replaced magithub with forge, we'll use an earlier version of magit instead.
This commit is contained in:
parent
2054f6b35a
commit
33ef90343e
2 changed files with 9 additions and 1 deletions
|
@ -99,6 +99,7 @@ what features are available.")
|
||||||
"gj" #'git-rebase-move-line-down
|
"gj" #'git-rebase-move-line-down
|
||||||
"gk" #'git-rebase-move-line-up)))
|
"gk" #'git-rebase-move-line-up)))
|
||||||
|
|
||||||
|
|
||||||
(def-package! forge
|
(def-package! forge
|
||||||
:when (featurep! :tools magit +forge)
|
:when (featurep! :tools magit +forge)
|
||||||
:after magit
|
:after magit
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/magit/packages.el
|
;;; tools/magit/packages.el
|
||||||
|
|
||||||
(when (package! magit)
|
;; Magit introduced some breaking changes in a recent commit that breaks
|
||||||
|
;; evil-magit and magithub.
|
||||||
|
;; TODO Once those packages have updated, we'll go back to tracking magit HEAD
|
||||||
|
(when (package! magit :recipe
|
||||||
|
(:fetcher github
|
||||||
|
:repo "magit/magit"
|
||||||
|
:commit "78114e6425d5e7d6eaa7712c845f28694aa7faeb"
|
||||||
|
:files ("lisp/magit" "lisp/magit*.el" "lisp/git-rebase.el")))
|
||||||
(package! magit-gitflow)
|
(package! magit-gitflow)
|
||||||
(if (featurep! +forge)
|
(if (featurep! +forge)
|
||||||
(package! forge)
|
(package! forge)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue