3394996b921b24d65f5fb969c79f260f59b99682
[rubygit.git] / TODO
blob3394996b921b24d65f5fb969c79f260f59b99682
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, cherry-pick
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