summaryrefslogtreecommitdiffstats
path: root/EXAMPLES
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 11:37:51 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 11:37:51 -0800
commit3cb57d82c301e9b8a16f30f468401e3007845bb7 (patch)
treebca0369a2d0290694b028aee5b5368281cd90b9f /EXAMPLES
parent070381bb456b25f3e867e9b23b78911190c6b369 (diff)
downloadthird_party-ruby-git-3cb57d82c301e9b8a16f30f468401e3007845bb7.tar.gz
third_party-ruby-git-3cb57d82c301e9b8a16f30f468401e3007845bb7.tar.xz
third_party-ruby-git-3cb57d82c301e9b8a16f30f468401e3007845bb7.zip
changed .commit to .gcommit for consistency
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES4
1 files changed, 2 insertions, 2 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 22aab6c..9d05965 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -31,8 +31,8 @@ g.revparse('v2.5:Makefile')
g.branches # returns Git::Branch objects
g.branches.local
g.branches.remote
-g.branches[:master].commit
-g.branches['origin/master'].commit
+g.branches[:master].gcommit
+g.branches['origin/master'].gcommit
g.grep('hello') # implies HEAD
g.blob('v2.5:Makefile').grep('hello')