Function: magit-log-goto-commit-section

magit-log-goto-commit-section is a byte-compiled function defined in magit-log.el.

Signature

(magit-log-goto-commit-section REV)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-goto-commit-section (rev)
  (let ((abbrev (magit-rev-format "%h" rev)))
    (when-let ((section (seq-find (##equal (oref % value) abbrev)
                                  (oref magit-root-section children))))
      (goto-char (oref section start)))))