branch: externals/diff-hl
commit 14f2db367e8023ab0027713315a38ecd703afdbf
Merge: 9d5dc2ffa1 21f3174766
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: GitHub <nore...@github.com>

    Merge pull request #185 from Uthar/master
    
    fix diff switches for fossil
---
 diff-hl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diff-hl.el b/diff-hl.el
index 449b00a1ff..10b82b2389 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -293,6 +293,7 @@ the current version of the file)."
                       vc-git-diff-switches))))
          (vc-hg-diff-switches nil)
          (vc-svn-diff-switches nil)
+         (vc-fossil-diff-switches '("-c" "0"))
          (vc-diff-switches '("-U0"))
          ,@(when (boundp 'vc-disable-async-diff)
              '((vc-disable-async-diff t))))

Reply via email to