mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 22:12:30 -08:00
* lisp/vc/vc-git.el (vc-git-diff): Pass --textconv (bug#79050).
This commit is contained in:
parent
59575c32aa
commit
90fc061fd2
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"
|
||||
"--exit-code" "--textconv"
|
||||
(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