summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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')