Function: magit-log

magit-log is an autoloaded, interactive and byte-compiled function defined in magit-log.el.

Signature

(magit-log)

Documentation

Show a commit or reference log.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;; Options
;;;; Log Mode

(defgroup magit-log nil
  "Inspect and manipulate Git history."
  :link '(info-link "(magit)Logging")
  :group 'magit-commands
  :group 'magit-modes)