radicle-dev / radicle-git

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

surf: Rename `Repository::blob` to `blob_at` and add new `blob` fn #146

Closed sebastinez closed 10 months ago

sebastinez commented 10 months ago

The current Repository::blob function takes a commit id and a path, and thus should be renamed to blob_at which represents more the API of git2. And we could really need a fn Repository::blob which only takes a blob oid.