Function: git-rebase-match-comment-line
git-rebase-match-comment-line is a byte-compiled function defined in
git-rebase.el.
Signature
(git-rebase-match-comment-line LIMIT)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defun git-rebase-match-comment-line (limit)
(re-search-forward (concat git-rebase-comment-re ".*") limit t))