mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; vc-git-find-revision: Fix last change to this function.
This commit is contained in:
parent
10024cc065
commit
8ff6e7fe58
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ It is based on `log-edit-mode', and has Git-specific extensions."
|
|||
(if (string= fn "")
|
||||
(file-relative-name file (vc-git-root default-directory))
|
||||
(substring fn 0 -1)))))
|
||||
(vc-git-command buffer 0 nil "cat-file" "--filters" "blob"
|
||||
(vc-git-command buffer 0 nil "cat-file" "--filters"
|
||||
(concat (or rev "HEAD") ":" fullname))))
|
||||
|
||||
(defun vc-git-find-ignore-file (file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue