# HG changeset patch # User Oleksandr Gavenko # Date 1602611499 -10800 # Node ID e92139c96b4d6686a421ea0dd5eade2982ea4e07 # Parent 6630261d42cd086992be5eb737fc9ff9cce36c02 Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks... diff -r 6630261d42cd -r e92139c96b4d .emacs-my --- a/.emacs-my Sat Oct 03 22:46:26 2020 +0300 +++ b/.emacs-my Tue Oct 13 20:51:39 2020 +0300 @@ -2664,7 +2664,8 @@ (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18)) (define-key magit-mode-map [s-tab] nil)) -(setq magit-diff-refine-hunk t) +;; No only it is slow in Cygwin it is also fails on some hunks... +(setq magit-diff-refine-hunk nil) (with-eval-after-load 'magit-branch (remove-hook 'find-file-hook 'magit-edit-branch*description-check-buffers))