From 38f009d6d0aa35b13d19575611db1c724a9d1a5b Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Tue, 13 Nov 2007 07:36:50 -0800 Subject: updated a bunch of the documentation --- doc/classes/Git/Object.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'doc/classes/Git/Object.html') diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html index d6d12f1..cde1e7d 100644 --- a/doc/classes/Git/Object.html +++ b/doc/classes/Git/Object.html @@ -80,6 +80,12 @@
+
+

+represents a git object +

+ +
@@ -88,7 +94,7 @@

Methods

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

Public Class methods

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

[Source]

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

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