summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 17:29:39 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 17:29:39 -0800
commit852a0e63d294de874c3311f5e7edf40e2f2ecd60 (patch)
treeb77a38e91156d5e330246a6111f0ee835c38a80b /TODO
parentec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 (diff)
downloadthird_party-ruby-git-852a0e63d294de874c3311f5e7edf40e2f2ecd60.tar.gz
third_party-ruby-git-852a0e63d294de874c3311f5e7edf40e2f2ecd60.tar.xz
third_party-ruby-git-852a0e63d294de874c3311f5e7edf40e2f2ecd60.zip
added a bunch of good stuff to the commit object
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 1 insertions, 21 deletions
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