mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/vc/vc-git.el (vc-git-diff): Don't pass --textconv.
This reverts this change:
Author: Sean Whitton <spwhitton@spwhitton.name>
AuthorDate: Mon Jul 21 09:26:59 2025 +0100
* lisp/vc/vc-git.el (vc-git-diff): Pass --textconv (bug#79050).
This commit is contained in:
parent
eb488e1bba
commit
d381a7e799
1 changed files with 1 additions and 1 deletions
|
|
@ -1829,7 +1829,7 @@ This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"."
|
|||
(if async 'async 1)
|
||||
files
|
||||
command
|
||||
"--exit-code" "--textconv"
|
||||
"--exit-code"
|
||||
(append (vc-switches 'git 'diff)
|
||||
(list "-p" (or rev1 "HEAD") rev2 "--")))
|
||||
(vc-git-command (or buffer "*vc-diff*") 1 files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue