Function: magit-format-patch-select-thread-style

magit-format-patch-select-thread-style is a byte-compiled function defined in magit-patch.el.

Signature

(magit-format-patch-select-thread-style &rest IGNORE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-patch.el
(defun magit-format-patch-select-thread-style (&rest _ignore)
  (magit-read-char-case "Thread style " t
    (?d "[d]eep" "deep")
    (?s "[s]hallow" "shallow")))