summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 17:59:18 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 17:59:18 -0800
commit646304a6e7c3b2c442a0a7db995629e7009c3a14 (patch)
tree0475bc78d2f805a36c91a898804e099634d8c54a /TODO
parent31b4f2b80616f570c83ed62d20f8b14ec5ba425b (diff)
downloadthird_party-ruby-git-646304a6e7c3b2c442a0a7db995629e7009c3a14.tar.gz
third_party-ruby-git-646304a6e7c3b2c442a0a7db995629e7009c3a14.tar.xz
third_party-ruby-git-646304a6e7c3b2c442a0a7db995629e7009c3a14.zip
added documentation and a license file
Diffstat (limited to 'TODO')
-rw-r--r--TODO30
1 files changed, 30 insertions, 0 deletions
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