Skip to content

commit: Allow path scoped revisions for `CheckObjectsExist` RPC

Justin Tobler requested to merge jt-check-objects-exist into master

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

Merge request reports