updated the TODO file with the stuff I'm working on next
[rubygit.git] / TODO
blob0a6388388d089bd3bbfea5bc01982acb43ca9281
1 * more documentation
4 * object.name (git name-rev)
6 * git archive
8 * git revert, stash, rebase
10 * more low level index actions
11   - (with_index), checkout-index, read-tree, write-tree, update-ref
13 * submodule support
15 * diff additions
16   - annotate, blame
18 * repository admin
19   - prune, fsck, pack-refs, gc, count-objects, unpack-objects
21 * email/patch integration
22   - request-pull(email_address), git-am, git-apply
23   
24   
25 * compatible with git 1.4
27 * More Error Examples
29 * More Git::Status methods
32 * Speed up through pure ruby
34 * Speed up through C bindings to libgit-thin