Function: magit-log-half-commit-limit

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

Signature

(magit-log-half-commit-limit)

Documentation

Half 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-half-commit-limit ()
  "Half the number of commits the current log buffer is limited to."
  (interactive)
  (magit-log-set-commit-limit '/))