Update vc-git-diff-switches

This commit is contained in:
James Cherti
2025-07-22 09:47:20 -04:00
parent cb359641da
commit 6b2c03a918

View File

@@ -173,11 +173,7 @@
(setq vc-git-print-log-follow t) (setq vc-git-print-log-follow t)
(setq vc-make-backup-files nil) ; Do not backup version controlled files (setq vc-make-backup-files nil) ; Do not backup version controlled files
(setq vc-git-diff-switches (setq vc-git-diff-switches '("--histogram")) ; Faster algorithm for diffing.
'("--histogram" ;; Faster algorithm for diffing.
;; --textconv ensures that custom diff drivers defined in .gitattributes
;; are correctly invoked, so that vc-diff displays the expected output.
"--textconv"))
;;; Auto save ;;; Auto save