From 8b481fb716a7df73b50b52ec5cf27b9a47ed3d2b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 17 Aug 2008 01:40:39 +0300 Subject: [PATCH] Removed magit-checkout-commit. --- magit.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/magit.el b/magit.el index 5d841ee5..302cd3f0 100644 --- a/magit.el +++ b/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)))