6 lines
309 B
Text
6 lines
309 B
Text
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: https://github.com/mojombo/grit
|