From cbf72e3bfd1f62b35cc2db623be531f7f9c9275c Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Tue, 13 Nov 2007 09:58:26 -0800 Subject: updated the TODO file with the stuff I'm working on next --- TODO | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit