mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
Visit commits by showing their details.
* magit.el (magit-visit-thing-at-point): Handle 'commit' infos.
This commit is contained in:
parent
175c816cf2
commit
55afcba382
1 changed files with 3 additions and 1 deletions
4
magit.el
4
magit.el
|
@ -832,7 +832,9 @@ the current line into your working tree.
|
|||
(magit-diff-info-position info))))
|
||||
(find-file file)
|
||||
(if line
|
||||
(goto-line line))))))))
|
||||
(goto-line line))))
|
||||
((commit)
|
||||
(magit-show-commit))))))
|
||||
|
||||
(defun magit-describe-thing-at-point ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue