added name-rev support for commit objects
[rubygit.git] / TODO
bloba8c73d140539c1da66f6cd4579202bb8aa257a29
1 * more documentation
3 * git revert, stash, rebase
5 * more low level index actions
6   - (with_index), checkout-index, read-tree, write-tree, update-ref
8 * submodule support
10 * diff additions
11   - annotate, blame
13 * repository admin
14   - prune, fsck, pack-refs, gc, count-objects, unpack-objects
16 * email/patch integration
17   - request-pull(email_address), git-am, git-apply
18   
19   
20 * compatible with git 1.4
22 * More Error Examples
24 * More Git::Status methods
27 * Speed up through pure ruby
29 * Speed up through C bindings to libgit-thin