diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 50 |
1 files changed, 5 insertions, 45 deletions
@@ -1,8 +1,11 @@ -Git Library for Ruby ------------------------------ +== Git Library for Ruby + += What it is Library for using Git in Ruby. += Roadmap + Right now I'm forking calls to the 'git' binary, but eventually I'll replace that with either C bindings to libgit or libgit-thin, or I'll write pure ruby @@ -11,46 +14,3 @@ handlers for at least some of the Git stuff. See EXAMPLES file for, well, examples. - -Git::Object - - sha - - type - - cat_file - - raw - -Git::Commit - - tree - - parent - - author # git author - - author_date - - committer # git author - - committer_date / date - - message - -Git::Tree - - children - - blobs/files - - subtrees/subdirs - -Git::Blob << File - - size - - permissions - -Git::Tag - -Git::Hash - - abbrev/short - -Git::Repository - - heads - - refs - - branches - -Git::WorkingDirectory - - foreach - - glob # returns Git::Files - -Git::File << File - - log - - tags - |
