Function: vc-git-checkin

vc-git-checkin is a byte-compiled function defined in vc-git.el.gz.

Signature

(vc-git-checkin FILES COMMENT &optional REV)

Documentation

Git-specific version of vc-BACKEND-checkin.

REV is ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-checkin (files comment &optional _rev)
  "Git-specific version of `vc-BACKEND-checkin'.
REV is ignored."
  (vc-git--checkin comment files nil))