From cb359641da7ffc84bcfd72585291205d8f900271 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:35:09 -0400 Subject: [PATCH] vc-git-diff-switches: Ensure git drivers are invoked --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 090be47..c36d88e 100644 --- a/init.el +++ b/init.el @@ -177,7 +177,6 @@ '("--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. - ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79050 "--textconv")) ;;; Auto save