Function: magit-log-get-commit-limit
magit-log-get-commit-limit is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log-get-commit-limit &optional ARGS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-get-commit-limit (&optional args)
(and$ (seq-find (##string-match "^-n\\([0-9]+\\)?$" %)
(or args magit-buffer-log-args))
(string-to-number (match-str 1 $))))