summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-13 09:58:26 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-13 09:58:26 -0800
commitcbf72e3bfd1f62b35cc2db623be531f7f9c9275c (patch)
tree7751484dcc1f5100860c3af1c8cbfd4cb79f876c /TODO
parent38f009d6d0aa35b13d19575611db1c724a9d1a5b (diff)
downloadthird_party-ruby-git-cbf72e3bfd1f62b35cc2db623be531f7f9c9275c.tar.gz
third_party-ruby-git-cbf72e3bfd1f62b35cc2db623be531f7f9c9275c.tar.xz
third_party-ruby-git-cbf72e3bfd1f62b35cc2db623be531f7f9c9275c.zip
updated the TODO file with the stuff I'm working on next
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 22 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9ae76f5..0a63883 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,34 @@
* more documentation
-* compatible with git 1.4
+
+* object.name (git name-rev)
* git archive
+* git revert, stash, rebase
+
+* more low level index actions
+ - (with_index), checkout-index, read-tree, write-tree, update-ref
+
+* submodule support
+
+* diff additions
+ - annotate, blame
+
+* repository admin
+ - prune, fsck, pack-refs, gc, count-objects, unpack-objects
+
+* email/patch integration
+ - request-pull(email_address), git-am, git-apply
+
+
+* compatible with git 1.4
+
* More Error Examples
* More Git::Status methods
+
* Speed up through pure ruby
* Speed up through C bindings to libgit-thin