commit: Allow path scoped revisions for `CheckObjectsExist` RPC
Currently the CheckObjectsExist
RPC fails validation when the request
provides path scoped revisions. Pass the git.AllowPathScopedRevision()
option to git.ValidateRevision()
to enable support.
Related: #5108 (closed)
Edited by Justin Tobler