From fa7d868076d807692e35f82ae23596c903fd1117 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 30 Oct 2018 14:29:21 +0900 Subject: [PATCH] Add TODO --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 4f72b7c..37b8f13 100644 --- a/emacs.el +++ b/emacs.el @@ -2627,6 +2627,7 @@ PATH will be always treated as relative to repository root." "Open git tree buffer of COMMITTISH. When PATH was given and non-nil open that, otherwise try to open current path. If target path is not found in COMMITISH tree, go up path and try again until found." + ;; TODO: Add fallback method for cases where magit is not available (interactive (list (magit-read-branch-or-commit "Revision: "))) (switch-to-buffer (git-walktree--open-noselect-safe-path committish path))) (defalias 'git-walktree 'git-walktree-open)