vc-git-diff-switches: Ensure git drivers are invoked
This commit is contained in:
1
init.el
1
init.el
@@ -177,7 +177,6 @@
|
|||||||
'("--histogram" ;; Faster algorithm for diffing.
|
'("--histogram" ;; Faster algorithm for diffing.
|
||||||
;; --textconv ensures that custom diff drivers defined in .gitattributes
|
;; --textconv ensures that custom diff drivers defined in .gitattributes
|
||||||
;; are correctly invoked, so that vc-diff displays the expected output.
|
;; are correctly invoked, so that vc-diff displays the expected output.
|
||||||
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79050
|
|
||||||
"--textconv"))
|
"--textconv"))
|
||||||
|
|
||||||
;;; Auto save
|
;;; Auto save
|
||||||
|
|||||||
Reference in New Issue
Block a user