Function: magit-read-ref-sort

magit-read-ref-sort is a byte-compiled function defined in magit-refs.el.

Signature

(magit-read-ref-sort PROMPT INITIAL-INPUT HISTORY)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defun magit-read-ref-sort (prompt initial-input _history)
  (magit-completing-read prompt
                         '("-committerdate" "-authordate"
                           "committerdate" "authordate")
                         nil nil initial-input))