Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
surf: Rename
Repository::blob
to blob_at
and add new blob
fn
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.
- Loading branch information