more speed improvements
[rubygit.git] / TODO
blobdc8cde5b02c37bd581f5030ac069cdb404ed75a5
1 * more documentation
3 * logging (Git.open(:log => Logger.new))
6 * git revert, stash, rebase
8 * diff additions
9   - annotate, blame
12 * submodule support
14 * repository admin
15   - prune, fsck, pack-refs, gc, count-objects, unpack-objects
17 * email/patch integration
18   - request-pull(email_address), git-am, git-apply
19   
20   
21 * compatible with git 1.4
23 * More Error Examples
25 * More Git::Status methods
28 * Speed up through pure ruby
30 * Speed up through C bindings to libgit-thin