浏览代码

Update doc

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

+ 2
- 1
emacs.el 查看文件

@@ -2275,7 +2275,7 @@ use for the buffer. It defaults to \"*recetf-show*\"."
(make-variable-buffer-local 'git-walktree-current-committish)

(defvar git-walktree-current-path nil
"Path name currently visiting without leading slash.
"Path name currently visiting without leading and trailing slash.
This path is always relative to repository root.")
(make-variable-buffer-local 'git-walktree-current-path)

@@ -2283,6 +2283,7 @@ This path is always relative to repository root.")
"Psudo filename of current buffer.")
(make-variable-buffer-local 'git-walktree-buffer-file-name)

;; TODO: -> object-full-sha1
(defvar git-walktree-object-id nil
"Object id of current buffer.")
(make-variable-buffer-local 'git-walktree-object-id)


正在加载...
取消
保存