Function: magit-log-read-pattern
magit-log-read-pattern is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log-read-pattern OPTION)
Documentation
Read a string from the user to pass as parameter to OPTION.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-read-pattern (option)
"Read a string from the user to pass as parameter to OPTION."
(magit-read-string (format "Type a pattern to pass to %s" option)))