branch: externals/diff-hl
commit 90924797f3d489212bd8e5ba148768df43d88cd5
Author: Wojciech Siewierski <wojci...@siewierski.eu>
Commit: Wojciech Siewierski <wojci...@siewierski.eu>

    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))))

Reply via email to