]> git.eshelyaron.com Git - emacs.git/commitdiff
; vc-git-find-revision: Fix last change to this function.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 11 Jul 2025 10:08:10 +0000 (11:08 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:07:49 +0000 (10:07 +0200)
(cherry picked from commit 8ff6e7fe58466e413b5eed22ea93869e60da8d3d)

lisp/vc/vc-git.el

index 08a3d79b39ec9be5a7323b9b112db079c00857e1..72b7cea174ca1fd0a6363bfbcaae59acd17e6dae 100644 (file)
@@ -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)