branch: externals/diff-hl commit aa667ac58ab9f7448cb4278d07c6abea701d6ee0 Merge: a57ea441a8 90924797f3 Author: Dmitry Gutov <dmi...@gutov.dev> Commit: GitHub <nore...@github.com>
Merge pull request #238 from vifon/jj-diff-switches Update the jj switches --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index ceb28925f2..fb8ffe2fe7 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -324,7 +324,7 @@ It can be a relative expression as well, such as \"HEAD^\" with Git, or (vc-hg-diff-switches nil) (vc-svn-diff-switches nil) (vc-fossil-diff-switches '("-c" "0")) - (vc-jj-diff-switches '("--context=0")) + (vc-jj-diff-switches '("--git" "--context=0")) (vc-diff-switches '("-U0")) ,@(when (boundp 'vc-disable-async-diff) '((vc-disable-async-diff t))))