diff options
| author | Sean Whitton | 2025-07-11 11:08:10 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-07-11 11:08:10 +0100 |
| commit | 8ff6e7fe58466e413b5eed22ea93869e60da8d3d (patch) | |
| tree | c4c9d28290a72572e4c9033741de2270a3a2e982 | |
| parent | 10024cc06557493e50c913cf5cba3c01a3588410 (diff) | |
| download | emacs-8ff6e7fe58466e413b5eed22ea93869e60da8d3d.tar.gz emacs-8ff6e7fe58466e413b5eed22ea93869e60da8d3d.zip | |
; vc-git-find-revision: Fix last change to this function.
| -rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 8633805ac31..13696a7a929 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -1336,7 +1336,7 @@ It is based on `log-edit-mode', and has Git-specific extensions." | |||
| 1336 | (if (string= fn "") | 1336 | (if (string= fn "") |
| 1337 | (file-relative-name file (vc-git-root default-directory)) | 1337 | (file-relative-name file (vc-git-root default-directory)) |
| 1338 | (substring fn 0 -1))))) | 1338 | (substring fn 0 -1))))) |
| 1339 | (vc-git-command buffer 0 nil "cat-file" "--filters" "blob" | 1339 | (vc-git-command buffer 0 nil "cat-file" "--filters" |
| 1340 | (concat (or rev "HEAD") ":" fullname)))) | 1340 | (concat (or rev "HEAD") ":" fullname)))) |
| 1341 | 1341 | ||
| 1342 | (defun vc-git-find-ignore-file (file) | 1342 | (defun vc-git-find-ignore-file (file) |