Function: magit-log-all

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

Signature

(magit-log-all &optional ARGS FILES)

Documentation

Show log for all references and HEAD.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;;###autoload
(defun magit-log-all (&optional args files)
  "Show log for all references and `HEAD'."
  (interactive (magit-log-arguments))
  (magit-log-setup-buffer (list "--all") args files))