Function: magit-sequence-insert-step
magit-sequence-insert-step is a byte-compiled function defined in
magit-sequence.el.
Signature
(magit-sequence-insert-step TYPE TARGET)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-sequence.el
(defun magit-sequence-insert-step (type target)
(magit-insert-section (rebase-step (cons type target))
(magit-insert-heading
(propertize type 'font-lock-face 'magit-sequence-pick)
(and target
(concat "\s"
(propertize target 'font-lock-face 'git-rebase-label))))))