made it not change working directories when running git commands unless it needs to
[rubygit.git] / TODO
bloba0fa7bacbc792126d08bf8ba19df1676cf8a7d97
1 * more documentation
4 * more low level index actions
5   - (with_index), checkout-index, read-tree, write-tree, update-ref
7 * git revert, stash, rebase
9 * diff additions
10   - annotate, blame
13 * submodule support
15 * repository admin
16   - prune, fsck, pack-refs, gc, count-objects, unpack-objects
18 * email/patch integration
19   - request-pull(email_address), git-am, git-apply
20   
21   
22 * compatible with git 1.4
24 * More Error Examples
26 * More Git::Status methods
29 * Speed up through pure ruby
31 * Speed up through C bindings to libgit-thin