From 852a0e63d294de874c3311f5e7edf40e2f2ecd60 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 17:29:39 -0800 Subject: added a bunch of good stuff to the commit object --- TODO | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 883ec7e..839b29a 100644 --- a/TODO +++ b/TODO @@ -2,33 +2,13 @@ * Git::Object methods - tree recursion - commit information - - Git::Object - - sha - - type - - cat_file - - raw - - Git::Commit - - tree - - parent - - author # git author - - author_date - - committer # git author - - committer_date / date - - message Git::Tree - children - blobs/files - subtrees/subdirs - - Git::Blob << File - - size - - permissions - -* pushing + * More Error Examples * More Git::Status methods -- cgit