Function: magit-log-header-line-arguments
magit-log-header-line-arguments is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log-header-line-arguments REVS ARGS FILES)
Documentation
Return string describing some of the used arguments.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-header-line-arguments (revs args files)
"Return string describing some of the used arguments."
(mapconcat (##if (string-search " " %) (prin1 %) %)
`("git" "log" ,@args ,@revs "--" ,@files)
" "))