Function: git-commit-cc

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

Signature

(git-commit-cc NAME MAIL)

Documentation

Insert a trailer mentioning someone who might be interested.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit-cc (name mail)
  "Insert a trailer mentioning someone who might be interested."
  (interactive (git-commit-read-ident "Cc"))
  (git-commit--insert-ident-trailer "Cc" name mail))