Function: git-commit-reported

git-commit-reported is an interactive and byte-compiled function defined in git-commit.el.

Signature

(git-commit-reported NAME MAIL)

Documentation

Insert a trailer mentioning the person who reported the issue.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit-reported (name mail)
  "Insert a trailer mentioning the person who reported the issue."
  (interactive (git-commit-read-ident "Reported-by"))
  (git-commit--insert-ident-trailer "Reported-by" name mail))