You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Looking through the revision.Ref case for the switch statement in ResolveRevision, the tag is resolved, however, calling r.CommitObject fails with "object not found" error because the resolved commit is not a commit Hash. Seems like one needs to call r.resolveToCommitHash either before CommitObject or inside of it (depending on the intended API)