summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 839b29a2dadc3a9f03e02ca85486cc7a454c17d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

* Git::Object methods
  - tree recursion
  - commit information

  Git::Tree
    - children
    - blobs/files
    - subtrees/subdirs
  

* More Error Examples

* More Git::Status methods

* Speed up through pure ruby

* Speed up through C bindings to libgit-thin