From 6b2c03a9186cb9b095edc13e0979b01ffcf03648 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:47:20 -0400 Subject: [PATCH] Update vc-git-diff-switches --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index c36d88e..6aa3067 100644 --- a/init.el +++ b/init.el @@ -173,11 +173,7 @@ (setq vc-git-print-log-follow t) (setq vc-make-backup-files nil) ; Do not backup version controlled files -(setq vc-git-diff-switches - '("--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")) +(setq vc-git-diff-switches '("--histogram")) ; Faster algorithm for diffing. ;;; Auto save