From 32fbe703605310c91677225442a62ae0869d0892 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 10:55:39 -0800 Subject: added push, changed some docs, merged README and EXAMPLES, fixed the Rake tasks to build a proper gem --- doc/classes/Git/Object.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes/Git/Object.html') diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html index 499a044..d6d12f1 100644 --- a/doc/classes/Git/Object.html +++ b/doc/classes/Git/Object.html @@ -88,7 +88,7 @@

Methods

- new   + new  
@@ -120,11 +120,11 @@ Class Git::Object::Tree

Public Class methods

-
- +
+ @@ -135,8 +135,8 @@ if we’re calling this, we don’t know what type it is yet so this is our little factory method

[Source]

-
+ onclick="toggleCode('M000122-source');return false;">[Source]

+
 # File lib/git/object.rb, line 87
       def new(base, objectish, is_tag = false)
-- 
cgit