emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl b9a69265a3: Whitelist --textconv


From: ELPA Syncer
Subject: [elpa] externals/diff-hl b9a69265a3: Whitelist --textconv
Date: Sat, 8 Jul 2023 15:57:37 -0400 (EDT)

branch: externals/diff-hl
commit b9a69265a3d54e6a7b094e117f1433a698c82cf8
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Whitelist --textconv
    
    Resolves #198
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index 52aae21ce6..7717ef64fe 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -290,7 +290,7 @@ the current version of the file)."
                      (listp vc-git-diff-switches)
                      (cl-remove-if-not
                       (lambda (arg)
-                        (member arg '("--histogram" "--patience" "--minimal")))
+                        (member arg '("--histogram" "--patience" "--minimal" 
"--textconv")))
                       vc-git-diff-switches))))
          (vc-hg-diff-switches nil)
          (vc-svn-diff-switches nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]