updated the docs, added a version to the library, added a History file
[rubygit.git] / TODO
blob883ec7e519c88fd4424eea6a40866159c3b232a2
2 * Git::Object methods
3   - tree recursion
4   - commit information
5   
6   Git::Object
7     - sha
8     - type
9     - cat_file
10     - raw
12   Git::Commit
13     - tree
14     - parent 
15     - author      # git author
16     - author_date
17     - committer   # git author
18     - committer_date / date
19     - message
21   Git::Tree
22     - children
23     - blobs/files
24     - subtrees/subdirs
26   Git::Blob << File
27     - size
28     - permissions
30 * pushing
31   
32 * More Error Examples
34 * More Git::Status methods
36 * Speed up through pure ruby
38 * Speed up through C bindings to libgit-thin