소스 검색

Add comment

master
10sr 5 년 전
부모
커밋
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"


불러오는 중...
취소
저장