blob: aecccb2237070a013b273b93e4c9dc3a2d7d3696 (
plain)
1
2
3
4
5
6
|
Grit is a Ruby library for extracting information from a git repository in
an object oriented manner. Grit gives you object model access to your git
repository. Once you have created a repository object, you can traverse it
to find parent commit(s), trees, blobs, etc.
WWW: http://github.com/mojombo/grit
|