Function: magit-rev-verify-commit

magit-rev-verify-commit is a function alias for magit-commit-p, defined in magit-git.el.

This function is obsolete since Magit 4.6.0; use magit-commit-p instead.

Signature

(magit-rev-verify-commit REV)

Documentation

Return non-nil if REV can be dereferences as a commit.

Otherwise return nil. Use magit-commit-oid if you actually need the oid; eventually this function will return t instead of the oid, as it currently does for backward compatibility.

Aliases

magit-rev-verify-commit (obsolete since Magit 4.6.0) magit-rev-hash (obsolete since Magit 4.6.0)