diff --git a/radicle/src/git.rs b/radicle/src/git.rs index 0a3ebeda..75d458b2 100644 --- a/radicle/src/git.rs +++ b/radicle/src/git.rs @@ -200,6 +200,15 @@ pub mod refs { IDENTITY_BRANCH.with_namespace(remote.into()) } + /// Get the branch where the `remote`'s signed references are + /// stored. + /// + /// `refs/namespaces//refs/rad/sigrefs` + /// + pub fn sigrefs(remote: &RemoteId) -> Namespaced { + SIGREFS_BRANCH.with_namespace(remote.into()) + } + /// The collaborative object reference, identified by `typename` and `object_id`, under the given `remote`. /// /// `refs/namespaces//refs/cobs//`