Removed magit-checkout-commit.
This commit is contained in:
parent
e82f5da831
commit
8b481fb716
1 changed files with 0 additions and 4 deletions
4
magit.el
4
magit.el
|
@ -836,10 +836,6 @@ pushed.
|
|||
(interactive)
|
||||
(magit-run "git" "cherry-pick" "--no-commit" (magit-commit-at-point)))
|
||||
|
||||
(defun magit-checkout-commit ()
|
||||
(interactive)
|
||||
(magit-run "git" "checkout" (magit-commit-at-point)))
|
||||
|
||||
(defun magit-log-commit ()
|
||||
(interactive)
|
||||
(magit-browse-log (magit-commit-at-point)))
|
||||
|
|
Loading…
Reference in a new issue