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:
parent
0efe4c71b5
commit
c9a4735c11
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue