diff --git a/magit.el b/magit.el index 839f0e40..4099ae31 100644 --- a/magit.el +++ b/magit.el @@ -1571,6 +1571,7 @@ Please see the manual for a complete description of Magit. (let ((cmd magit-git-executable) (args (append magit-git-standard-options (list "diff") + (list (magit-diff-U-arg)) magit-diff-options (list "--" file)))) (let ((p (point)))