Browse Source

Add comment

master
10sr 6 years ago
parent
commit
fe98d945a7
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization ;;; emacs.el --- 10sr emacs initialization


;; Time-stamp: <2018-10-15 15:50:01 JST 10sr>
;; Time-stamp: <2018-10-15 16:16:46 JST 10sr>


;;; Code: ;;; Code:


@@ -2454,6 +2454,7 @@ without checking it."


(defun git-walktree--resolve-object (commitish path) (defun git-walktree--resolve-object (commitish path)
"Return object id of COMMITISIH:PATH." "Return object id of COMMITISIH:PATH."
;; TODO: use --full-tree
(with-temp-buffer (with-temp-buffer
(cd (git-walktree--git-plumbing "rev-parse" "--show-toplevel")) (cd (git-walktree--git-plumbing "rev-parse" "--show-toplevel"))
(let ((info (git-walktree--parse-lstree-line (git-walktree--git-plumbing "ls-tree" (let ((info (git-walktree--parse-lstree-line (git-walktree--git-plumbing "ls-tree"


Loading…
Cancel
Save