Function: git-commit-co-developed

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

Signature

(git-commit-co-developed NAME MAIL)

Documentation

Insert a trailer mentioning the person who co-developed the commit.

Key Bindings

Source Code

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