Function: magit-log-select-mode
magit-log-select-mode is an interactive and byte-compiled function
defined in magit-log.el.
Signature
(magit-log-select-mode)
Documentation
Mode for selecting a commit from history.
This mode is documented in info node (magit)Select from Log.
Type g (magit-refresh) to refresh the current buffer.
Type RET (magit-visit-thing) or SPC (magit-diff-show-or-scroll-up) to visit the commit at point.
Type C-c C-c (magit-log-select-pick) to select the commit at point.
Type C-c C-k (magit-log-select-quit) to abort without selecting a commit.
In addition to any hooks its parent mode magit-log-mode might have
run, this mode runs the hook magit-log-select-mode-hook, as the
final or penultimate step during initialization.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(define-derived-mode magit-log-select-mode magit-log-mode "Magit Select"
"Mode for selecting a commit from history.
This mode is documented in info node `(magit)Select from Log'.
\\<magit-mode-map>\
Type \\[magit-refresh] to refresh the current buffer.
Type \\[magit-visit-thing] or \\[magit-diff-show-or-scroll-up] \
to visit the commit at point.
\\<magit-log-select-mode-map>\
Type \\[magit-log-select-pick] to select the commit at point.
Type \\[magit-log-select-quit] to abort without selecting a commit."
:group 'magit-log
(magit-hack-dir-local-variables))