branch: externals/diff-hl commit b9a69265a3d54e6a7b094e117f1433a698c82cf8 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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)