Ryo Suzuki
Ryo Suzuki
I add instance method to get path of blob and tree (and also add method to get repo) # Usage ### Blob You can get current blob path with `@blob.path`...
### Bug Return wrong blob object when `repo.diff` like this ``` ruby repo = Grit::Repo.new(".") head = repo.commits.first base = repo.commits.last blob = repo.diff(base, head).first.b_blob # => # ``` ###...
# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...