From 3cb57d82c301e9b8a16f30f468401e3007845bb7 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 11:37:51 -0800 Subject: changed .commit to .gcommit for consistency --- EXAMPLES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EXAMPLES') 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') -- cgit