Function: vc-git--out-ok

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

Signature

(vc-git--out-ok COMMAND &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git--out-ok (command &rest args)
  (zerop (apply #'vc-git--call '(t nil) command args)))