Bugfix.
* magit.el (magit-visit-item): Pass commit to magit-show-commit, as required.
This commit is contained in:
parent
8b4b909821
commit
f6b57a77dc
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -1106,7 +1106,7 @@ Please see the manual for a complete description of Magit.
|
||||||
(if line
|
(if line
|
||||||
(goto-line line))))
|
(goto-line line))))
|
||||||
((commit)
|
((commit)
|
||||||
(magit-show-commit)
|
(magit-show-commit info)
|
||||||
(pop-to-buffer "*magit-commit*"))))
|
(pop-to-buffer "*magit-commit*"))))
|
||||||
|
|
||||||
(defun magit-show-item-or-scroll-up ()
|
(defun magit-show-item-or-scroll-up ()
|
||||||
|
|
Loading…
Reference in a new issue