Deal with more than one modified file when showing a commit.

* magit.el (magit-wash-commit): Call magit-wash-diffs instead of
magit-wash-diff to handle more than one diff.
This commit is contained in:
Marius Vollmer 2008-09-08 23:32:02 +03:00
parent 0efe4c71b5
commit c9a4735c11

View file

@ -1019,7 +1019,7 @@ Please see the manual for a complete description of Magit.
(goto-char (point-min))
(cond ((search-forward-regexp "^diff" nil t)
(goto-char (match-beginning 0))
(magit-wash-diff))))
(magit-wash-diffs))))
(defun magit-show-commit (commit &optional scroll)
(let ((dir default-directory)