Function: magit-log-double-commit-limit

magit-log-double-commit-limit is an interactive and byte-compiled function defined in magit-log.el.

Signature

(magit-log-double-commit-limit)

Documentation

Double the number of commits the current log buffer is limited to.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-double-commit-limit ()
  "Double the number of commits the current log buffer is limited to."
  (interactive)
  (magit-log-set-commit-limit '*))