From 646304a6e7c3b2c442a0a7db995629e7009c3a14 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 17:59:18 -0800 Subject: added documentation and a license file --- TODO | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index af82535..883ec7e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,34 @@ +* 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