Quellcode durchsuchen

Update doc

master
10sr vor 7 Jahren
Ursprung
Commit
a9d646b9fd
Signiert von: 10sr GPG-Schlüssel-ID: 7BEC428194130EB2
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Datei anzeigen

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


(defvar git-walktree-current-path nil (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.") This path is always relative to repository root.")
(make-variable-buffer-local 'git-walktree-current-path) (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.") "Psudo filename of current buffer.")
(make-variable-buffer-local 'git-walktree-buffer-file-name) (make-variable-buffer-local 'git-walktree-buffer-file-name)


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


Laden…
Abbrechen
Speichern