radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
421 stars 39 forks source link

daemon: qualify announcement path #759

Closed FintanH closed 2 years ago

FintanH commented 2 years ago

Fixes #757

The previous implementation used join over into_qualified, this would result in the following in a reference of the form rad/id. This reference can be ambiguous -- either meaning refs/rad/id or refs/heads/rad/id.

We know, however, that this should be refs/rad/id. So using the into_qualified function would give us the correct path of refs/rad/id.

Signed-off-by: Fintan Halpenny fintan.halpenny@gmail.com