summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 17:58:02 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 17:58:02 -0800
commitf590869eaa6a4c7f25a1df8eca171a119fcee7ed (patch)
treea946f572fc3c9f6cbaef60331a2c6ef7db2b86f1 /README
parent852a0e63d294de874c3311f5e7edf40e2f2ecd60 (diff)
downloadthird_party-ruby-git-f590869eaa6a4c7f25a1df8eca171a119fcee7ed.tar.gz
third_party-ruby-git-f590869eaa6a4c7f25a1df8eca171a119fcee7ed.tar.xz
third_party-ruby-git-f590869eaa6a4c7f25a1df8eca171a119fcee7ed.zip
added the tree functions and tests
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 36fcba9..cc37f4c 100644
--- a/README
+++ b/README
@@ -67,6 +67,10 @@ Here are the operations that need read permission only.
commit.date.strftime("%m-%d-%y")
commit.message
+ tree = g.gtree("HEAD^{tree}")
+ tree.blobs
+ tree.subtrees
+ tree.children # blobs and subtrees
g.revparse('v2.5:Makefile')