Closed
Description
The commit #1099 changed the ref name to be URL Query encoded. This breaks ref names which contain a /:
A call to curl -vH "Authorization: Bearer $TOKEN" https://$GHE_URL/repos/o/r/git/ref/heads/master
works, but https://$GHE_URL/repos/o/r/git/ref/heads%2Fmaster
(like GetRef()
, GetRefs()
use it) fail with 404.
Metadata
Metadata
Assignees
Labels
No labels