Fix -U for diffs in the status buffer.

This commit is contained in:
Marius Vollmer 2009-06-21 22:13:21 +03:00
parent aac73da95d
commit ad04fba40a

View file

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