Function: magit-log-arguments
magit-log-arguments is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log-arguments &optional MODE)
Documentation
Return the current log arguments.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;;; Argument Access
(defun magit-log-arguments (&optional mode)
"Return the current log arguments."
(if (memq transient-current-command '(magit-log magit-log-refresh))
(transient-args transient-current-command)
(magit-log--get-value (or mode 'magit-log-mode) 'direct)))