radicle-dev / radicle-git

Everything Radicle growing around Git
Other
35 stars 5 forks source link

surf: expose BlobRef #148

Closed FintanH closed 7 months ago

FintanH commented 8 months ago

The current blob function is limited to always associating a Blob with a Commit.

Expose BlobRef through a blob_ref method, and add useful methods and serialization to it.