浏览代码

Add comment

master
10sr 6 年前
父节点
当前提交
9744fa09a8
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el 查看文件

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

;; Time-stamp: <2018-10-16 18:04:07 JST 10sr>
;; Time-stamp: <2018-10-16 18:11:49 JST 10sr>

;;; Code:

@@ -2703,6 +2703,10 @@ If current path was not found in the parent revision try to go up path."
(car parents))))
(git-walktree--parent-revision-1 parent)))))))

;; TODO: this name is good?
;; What is revision?
;; What is sha1?
;; What is object id?
(defun git-walktree--parent-sha1 (commitish)
"Return list of parent commits of COMMITISH in sha1 string."
(let ((type (git-walktree--git-plumbing "cat-file"


正在加载...
取消
保存