summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:25 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:25 -0800
commit824ab0ec43a3c9306e75e87537f8e2b3bcc3254e (patch)
tree49707bffd30fe4ca38299100c2f219459ceb48b8
parentc7abfc156933fff21e765aeec1d9b94e1c9f9f7f (diff)
downloadthird_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.tar.gz
third_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.tar.xz
third_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.zip
updated docs
-rw-r--r--doc/classes/Git/Base.html672
-rw-r--r--doc/classes/Git/Branch.html146
-rw-r--r--doc/classes/Git/Branches.html72
-rw-r--r--doc/classes/Git/Diff.html128
-rw-r--r--doc/classes/Git/Diff/DiffFile.html24
-rw-r--r--doc/classes/Git/Lib.html712
-rw-r--r--doc/classes/Git/Log.html4
-rw-r--r--doc/classes/Git/Object.html14
-rw-r--r--doc/classes/Git/Object/AbstractObject.html182
-rw-r--r--doc/classes/Git/Object/Blob.html12
-rw-r--r--doc/classes/Git/Object/Commit.html205
-rw-r--r--doc/classes/Git/Object/Tag.html14
-rw-r--r--doc/classes/Git/Object/Tree.html72
-rw-r--r--doc/classes/Git/Path.html48
-rw-r--r--doc/classes/Git/Remote.html82
-rw-r--r--doc/created.rid2
-rw-r--r--doc/files/lib/git/diff_rb.html2
-rw-r--r--doc/files/lib/git/lib_rb.html2
-rw-r--r--doc/files/lib/git/log_rb.html2
-rw-r--r--doc/files/lib/git/object_rb.html2
-rw-r--r--doc/fr_method_index.html362
21 files changed, 1448 insertions, 1311 deletions
diff --git a/doc/classes/Git/Base.html b/doc/classes/Git/Base.html
index d3dec3d..b643503 100644
--- a/doc/classes/Git/Base.html
+++ b/doc/classes/Git/Base.html
@@ -88,62 +88,62 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000114">add</a>&nbsp;&nbsp;
- <a href="#M000126">add_remote</a>&nbsp;&nbsp;
- <a href="#M000129">add_tag</a>&nbsp;&nbsp;
- <a href="#M000130">archive</a>&nbsp;&nbsp;
- <a href="#M000089">bare</a>&nbsp;&nbsp;
- <a href="#M000109">branch</a>&nbsp;&nbsp;
- <a href="#M000108">branches</a>&nbsp;&nbsp;
- <a href="#M000099">chdir</a>&nbsp;&nbsp;
- <a href="#M000120">checkout</a>&nbsp;&nbsp;
- <a href="#M000134">checkout_index</a>&nbsp;&nbsp;
- <a href="#M000092">clone</a>&nbsp;&nbsp;
- <a href="#M000118">commit</a>&nbsp;&nbsp;
- <a href="#M000119">commit_all</a>&nbsp;&nbsp;
- <a href="#M000137">commit_tree</a>&nbsp;&nbsp;
- <a href="#M000101">config</a>&nbsp;&nbsp;
- <a href="#M000144">current_branch</a>&nbsp;&nbsp;
- <a href="#M000113">diff</a>&nbsp;&nbsp;
- <a href="#M000094">dir</a>&nbsp;&nbsp;
- <a href="#M000121">fetch</a>&nbsp;&nbsp;
- <a href="#M000105">gblob</a>&nbsp;&nbsp;
- <a href="#M000104">gcommit</a>&nbsp;&nbsp;
- <a href="#M000112">grep</a>&nbsp;&nbsp;
- <a href="#M000103">gtree</a>&nbsp;&nbsp;
- <a href="#M000096">index</a>&nbsp;&nbsp;
- <a href="#M000091">init</a>&nbsp;&nbsp;
- <a href="#M000111">lib</a>&nbsp;&nbsp;
- <a href="#M000106">log</a>&nbsp;&nbsp;
- <a href="#M000140">ls_files</a>&nbsp;&nbsp;
- <a href="#M000123">merge</a>&nbsp;&nbsp;
- <a href="#M000093">new</a>&nbsp;&nbsp;
- <a href="#M000102">object</a>&nbsp;&nbsp;
- <a href="#M000090">open</a>&nbsp;&nbsp;
- <a href="#M000124">pull</a>&nbsp;&nbsp;
- <a href="#M000122">push</a>&nbsp;&nbsp;
- <a href="#M000135">read_tree</a>&nbsp;&nbsp;
- <a href="#M000110">remote</a>&nbsp;&nbsp;
- <a href="#M000125">remotes</a>&nbsp;&nbsp;
- <a href="#M000115">remove</a>&nbsp;&nbsp;
- <a href="#M000131">repack</a>&nbsp;&nbsp;
- <a href="#M000095">repo</a>&nbsp;&nbsp;
- <a href="#M000100">repo_size</a>&nbsp;&nbsp;
- <a href="#M000116">reset</a>&nbsp;&nbsp;
- <a href="#M000117">reset_hard</a>&nbsp;&nbsp;
- <a href="#M000143">revparse</a>&nbsp;&nbsp;
- <a href="#M000098">set_index</a>&nbsp;&nbsp;
- <a href="#M000097">set_working</a>&nbsp;&nbsp;
- <a href="#M000107">status</a>&nbsp;&nbsp;
- <a href="#M000128">tag</a>&nbsp;&nbsp;
- <a href="#M000127">tags</a>&nbsp;&nbsp;
- <a href="#M000139">update_ref</a>&nbsp;&nbsp;
- <a href="#M000132">with_index</a>&nbsp;&nbsp;
- <a href="#M000133">with_temp_index</a>&nbsp;&nbsp;
- <a href="#M000142">with_temp_working</a>&nbsp;&nbsp;
- <a href="#M000141">with_working</a>&nbsp;&nbsp;
- <a href="#M000138">write_and_commit_tree</a>&nbsp;&nbsp;
- <a href="#M000136">write_tree</a>&nbsp;&nbsp;
+ <a href="#M000116">add</a>&nbsp;&nbsp;
+ <a href="#M000128">add_remote</a>&nbsp;&nbsp;
+ <a href="#M000131">add_tag</a>&nbsp;&nbsp;
+ <a href="#M000132">archive</a>&nbsp;&nbsp;
+ <a href="#M000091">bare</a>&nbsp;&nbsp;
+ <a href="#M000111">branch</a>&nbsp;&nbsp;
+ <a href="#M000110">branches</a>&nbsp;&nbsp;
+ <a href="#M000101">chdir</a>&nbsp;&nbsp;
+ <a href="#M000122">checkout</a>&nbsp;&nbsp;
+ <a href="#M000136">checkout_index</a>&nbsp;&nbsp;
+ <a href="#M000094">clone</a>&nbsp;&nbsp;
+ <a href="#M000120">commit</a>&nbsp;&nbsp;
+ <a href="#M000121">commit_all</a>&nbsp;&nbsp;
+ <a href="#M000139">commit_tree</a>&nbsp;&nbsp;
+ <a href="#M000103">config</a>&nbsp;&nbsp;
+ <a href="#M000146">current_branch</a>&nbsp;&nbsp;
+ <a href="#M000115">diff</a>&nbsp;&nbsp;
+ <a href="#M000096">dir</a>&nbsp;&nbsp;
+ <a href="#M000123">fetch</a>&nbsp;&nbsp;
+ <a href="#M000107">gblob</a>&nbsp;&nbsp;
+ <a href="#M000106">gcommit</a>&nbsp;&nbsp;
+ <a href="#M000114">grep</a>&nbsp;&nbsp;
+ <a href="#M000105">gtree</a>&nbsp;&nbsp;
+ <a href="#M000098">index</a>&nbsp;&nbsp;
+ <a href="#M000093">init</a>&nbsp;&nbsp;
+ <a href="#M000113">lib</a>&nbsp;&nbsp;
+ <a href="#M000108">log</a>&nbsp;&nbsp;
+ <a href="#M000142">ls_files</a>&nbsp;&nbsp;
+ <a href="#M000125">merge</a>&nbsp;&nbsp;
+ <a href="#M000095">new</a>&nbsp;&nbsp;
+ <a href="#M000104">object</a>&nbsp;&nbsp;
+ <a href="#M000092">open</a>&nbsp;&nbsp;
+ <a href="#M000126">pull</a>&nbsp;&nbsp;
+ <a href="#M000124">push</a>&nbsp;&nbsp;
+ <a href="#M000137">read_tree</a>&nbsp;&nbsp;
+ <a href="#M000112">remote</a>&nbsp;&nbsp;
+ <a href="#M000127">remotes</a>&nbsp;&nbsp;
+ <a href="#M000117">remove</a>&nbsp;&nbsp;
+ <a href="#M000133">repack</a>&nbsp;&nbsp;
+ <a href="#M000097">repo</a>&nbsp;&nbsp;
+ <a href="#M000102">repo_size</a>&nbsp;&nbsp;
+ <a href="#M000118">reset</a>&nbsp;&nbsp;
+ <a href="#M000119">reset_hard</a>&nbsp;&nbsp;
+ <a href="#M000145">revparse</a>&nbsp;&nbsp;
+ <a href="#M000100">set_index</a>&nbsp;&nbsp;
+ <a href="#M000099">set_working</a>&nbsp;&nbsp;
+ <a href="#M000109">status</a>&nbsp;&nbsp;
+ <a href="#M000130">tag</a>&nbsp;&nbsp;
+ <a href="#M000129">tags</a>&nbsp;&nbsp;
+ <a href="#M000141">update_ref</a>&nbsp;&nbsp;
+ <a href="#M000134">with_index</a>&nbsp;&nbsp;
+ <a href="#M000135">with_temp_index</a>&nbsp;&nbsp;
+ <a href="#M000144">with_temp_working</a>&nbsp;&nbsp;
+ <a href="#M000143">with_working</a>&nbsp;&nbsp;
+ <a href="#M000140">write_and_commit_tree</a>&nbsp;&nbsp;
+ <a href="#M000138">write_tree</a>&nbsp;&nbsp;
</div>
</div>
@@ -165,11 +165,11 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000089" class="method-detail">
- <a name="M000089"></a>
+ <div id="method-M000091" class="method-detail">
+ <a name="M000091"></a>
<div class="method-heading">
- <a href="#M000089" class="method-signature">
+ <a href="#M000091" class="method-signature">
<span class="method-name">bare</span><span class="method-args">(git_dir)</span>
</a>
</div>
@@ -180,8 +180,8 @@ opens a bare <a href="../Git.html">Git</a> <a
href="Repository.html">Repository</a> - no working directory options
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000089-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000089-source">
+ onclick="toggleCode('M000091-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000091-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 12</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">bare</span>(<span class="ruby-identifier">git_dir</span>)
@@ -192,11 +192,11 @@ href="Repository.html">Repository</a> - no working directory options
</div>
</div>
- <div id="method-M000092" class="method-detail">
- <a name="M000092"></a>
+ <div id="method-M000094" class="method-detail">
+ <a name="M000094"></a>
<div class="method-heading">
- <a href="#M000092" class="method-signature">
+ <a href="#M000094" class="method-signature">
<span class="method-name">clone</span><span class="method-args">(repository, name, opts = {})</span>
</a>
</div>
@@ -221,8 +221,8 @@ options:
:index_file
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000092-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000092-source">
+ onclick="toggleCode('M000094-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000094-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 60</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">clone</span>(<span class="ruby-identifier">repository</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">opts</span> = {})
@@ -234,11 +234,11 @@ options:
</div>
</div>
- <div id="method-M000091" class="method-detail">
- <a name="M000091"></a>
+ <div id="method-M000093" class="method-detail">
+ <a name="M000093"></a>
<div class="method-heading">
- <a href="#M000091" class="method-signature">
+ <a href="#M000093" class="method-signature">
<span class="method-name">init</span><span class="method-args">(working_dir, opts = {})</span>
</a>
</div>
@@ -255,8 +255,8 @@ options:
:index_file
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000091-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000091-source">
+ onclick="toggleCode('M000093-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000093-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 31</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">init</span>(<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">opts</span> = {})
@@ -279,19 +279,19 @@ options:
</div>
</div>
- <div id="method-M000093" class="method-detail">
- <a name="M000093"></a>
+ <div id="method-M000095" class="method-detail">
+ <a name="M000095"></a>
<div class="method-heading">
- <a href="#M000093" class="method-signature">
+ <a href="#M000095" class="method-signature">
<span class="method-name">new</span><span class="method-args">(options = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000093-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000093-source">
+ onclick="toggleCode('M000095-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000095-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 65</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">options</span> = {})
@@ -309,11 +309,11 @@ options:
</div>
</div>
- <div id="method-M000090" class="method-detail">
- <a name="M000090"></a>
+ <div id="method-M000092" class="method-detail">
+ <a name="M000092"></a>
<div class="method-heading">
- <a href="#M000090" class="method-signature">
+ <a href="#M000092" class="method-signature">
<span class="method-name">open</span><span class="method-args">(working_dir, opts={})</span>
</a>
</div>
@@ -324,8 +324,8 @@ opens a new <a href="../Git.html">Git</a> Project from a working directory
you can specify non-standard git_dir and index file in the options
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000090-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000090-source">
+ onclick="toggleCode('M000092-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000092-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 18</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">opts</span>={})
@@ -341,11 +341,11 @@ you can specify non-standard git_dir and index file in the options
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000114" class="method-detail">
- <a name="M000114"></a>
+ <div id="method-M000116" class="method-detail">
+ <a name="M000116"></a>
<div class="method-heading">
- <a href="#M000114" class="method-signature">
+ <a href="#M000116" class="method-signature">
<span class="method-name">add</span><span class="method-args">(path = '.')</span>
</a>
</div>
@@ -355,8 +355,8 @@ you can specify non-standard git_dir and index file in the options
adds files from the working directory to the git repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000114-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000114-source">
+ onclick="toggleCode('M000116-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000116-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 234</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add</span>(<span class="ruby-identifier">path</span> = <span class="ruby-value str">'.'</span>)
@@ -367,11 +367,11 @@ adds files from the working directory to the git repository
</div>
</div>
- <div id="method-M000126" class="method-detail">
- <a name="M000126"></a>
+ <div id="method-M000128" class="method-detail">
+ <a name="M000128"></a>
<div class="method-heading">
- <a href="#M000126" class="method-signature">
+ <a href="#M000128" class="method-signature">
<span class="method-name">add_remote</span><span class="method-args">(name, url, opts = {})</span>
</a>
</div>
@@ -387,8 +387,8 @@ href="Base.html">Git::Base</a> object if it&#8217;s a local reference
@git.merge('scotts_git/master')
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000126-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000126-source">
+ onclick="toggleCode('M000128-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000128-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 312</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_remote</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">url</span>, <span class="ruby-identifier">opts</span> = {})
@@ -403,11 +403,11 @@ href="Base.html">Git::Base</a> object if it&#8217;s a local reference
</div>
</div>
- <div id="method-M000129" class="method-detail">
- <a name="M000129"></a>
+ <div id="method-M000131" class="method-detail">
+ <a name="M000131"></a>
<div class="method-heading">
- <a href="#M000129" class="method-signature">
+ <a href="#M000131" class="method-signature">
<span class="method-name">add_tag</span><span class="method-args">(tag_name)</span>
</a>
</div>
@@ -417,8 +417,8 @@ href="Base.html">Git::Base</a> object if it&#8217;s a local reference
creates a new git tag (Git::Tag)
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000129-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000129-source">
+ onclick="toggleCode('M000131-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000131-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 331</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_tag</span>(<span class="ruby-identifier">tag_name</span>)
@@ -430,11 +430,11 @@ creates a new git tag (Git::Tag)
</div>
</div>
- <div id="method-M000130" class="method-detail">
- <a name="M000130"></a>
+ <div id="method-M000132" class="method-detail">
+ <a name="M000132"></a>
<div class="method-heading">
- <a href="#M000130" class="method-signature">
+ <a href="#M000132" class="method-signature">
<span class="method-name">archive</span><span class="method-args">(treeish, file = nil, opts = {})</span>
</a>
</div>
@@ -444,8 +444,8 @@ creates a new git tag (Git::Tag)
creates an archive file of the given tree-ish
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000130-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000130-source">
+ onclick="toggleCode('M000132-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000132-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 337</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">archive</span>(<span class="ruby-identifier">treeish</span>, <span class="ruby-identifier">file</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -456,11 +456,11 @@ creates an archive file of the given tree-ish
</div>
</div>
- <div id="method-M000109" class="method-detail">
- <a name="M000109"></a>
+ <div id="method-M000111" class="method-detail">
+ <a name="M000111"></a>
<div class="method-heading">
- <a href="#M000109" class="method-signature">
+ <a href="#M000111" class="method-signature">
<span class="method-name">branch</span><span class="method-args">(branch_name = 'master')</span>
</a>
</div>
@@ -470,8 +470,8 @@ creates an archive file of the given tree-ish
returns a <a href="Branch.html">Git::Branch</a> object for branch_name
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000109-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000109-source">
+ onclick="toggleCode('M000111-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000111-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 189</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branch</span>(<span class="ruby-identifier">branch_name</span> = <span class="ruby-value str">'master'</span>)
@@ -482,11 +482,11 @@ returns a <a href="Branch.html">Git::Branch</a> object for branch_name
</div>
</div>
- <div id="method-M000108" class="method-detail">
- <a name="M000108"></a>
+ <div id="method-M000110" class="method-detail">
+ <a name="M000110"></a>
<div class="method-heading">
- <a href="#M000108" class="method-signature">
+ <a href="#M000110" class="method-signature">
<span class="method-name">branches</span><span class="method-args">()</span>
</a>
</div>
@@ -497,8 +497,8 @@ returns a <a href="Branches.html">Git::Branches</a> object of all the <a
href="Branch.html">Git::Branch</a> objects for this repo
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000108-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000108-source">
+ onclick="toggleCode('M000110-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000110-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 184</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branches</span>
@@ -509,11 +509,11 @@ href="Branch.html">Git::Branch</a> objects for this repo
</div>
</div>
- <div id="method-M000099" class="method-detail">
- <a name="M000099"></a>
+ <div id="method-M000101" class="method-detail">
+ <a name="M000101"></a>
<div class="method-heading">
- <a href="#M000099" class="method-signature">
+ <a href="#M000101" class="method-signature">
<span class="method-name">chdir</span><span class="method-args">() {|dir.path| ...}</span>
</a>
</div>
@@ -533,8 +533,8 @@ example
end
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000099-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000099-source">
+ onclick="toggleCode('M000101-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000101-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 115</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">chdir</span>
@@ -547,11 +547,11 @@ example
</div>
</div>
- <div id="method-M000120" class="method-detail">
- <a name="M000120"></a>
+ <div id="method-M000122" class="method-detail">
+ <a name="M000122"></a>
<div class="method-heading">
- <a href="#M000120" class="method-signature">
+ <a href="#M000122" class="method-signature">
<span class="method-name">checkout</span><span class="method-args">(branch = 'master', opts = {})</span>
</a>
</div>
@@ -561,8 +561,8 @@ example
checks out a branch as the new git working directory
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000120-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000120-source">
+ onclick="toggleCode('M000122-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000122-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 268</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">checkout</span>(<span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>, <span class="ruby-identifier">opts</span> = {})
@@ -573,19 +573,19 @@ checks out a branch as the new git working directory
</div>
</div>
- <div id="method-M000134" class="method-detail">
- <a name="M000134"></a>
+ <div id="method-M000136" class="method-detail">
+ <a name="M000136"></a>
<div class="method-heading">
- <a href="#M000134" class="method-signature">
+ <a href="#M000136" class="method-signature">
<span class="method-name">checkout_index</span><span class="method-args">(opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000134-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000134-source">
+ onclick="toggleCode('M000136-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000136-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 364</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">checkout_index</span>(<span class="ruby-identifier">opts</span> = {})
@@ -596,11 +596,11 @@ checks out a branch as the new git working directory
</div>
</div>
- <div id="method-M000118" class="method-detail">
- <a name="M000118"></a>
+ <div id="method-M000120" class="method-detail">
+ <a name="M000120"></a>
<div class="method-heading">
- <a href="#M000118" class="method-signature">
+ <a href="#M000120" class="method-signature">
<span class="method-name">commit</span><span class="method-args">(message, opts = {})</span>
</a>
</div>
@@ -610,8 +610,8 @@ checks out a branch as the new git working directory
commits all pending changes in the index file to the git repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000118-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000118-source">
+ onclick="toggleCode('M000120-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000120-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 255</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">opts</span> = {})
@@ -622,11 +622,11 @@ commits all pending changes in the index file to the git repository
</div>
</div>
- <div id="method-M000119" class="method-detail">
- <a name="M000119"></a>
+ <div id="method-M000121" class="method-detail">
+ <a name="M000121"></a>
<div class="method-heading">
- <a href="#M000119" class="method-signature">
+ <a href="#M000121" class="method-signature">
<span class="method-name">commit_all</span><span class="method-args">(message, opts = {})</span>
</a>
</div>
@@ -638,8 +638,8 @@ automatically adds all modified files without having to explicitly calling
@git.add() on them.
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000119-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000119-source">
+ onclick="toggleCode('M000121-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000121-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 262</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit_all</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">opts</span> = {})
@@ -651,19 +651,19 @@ automatically adds all modified files without having to explicitly calling
</div>
</div>
- <div id="method-M000137" class="method-detail">
- <a name="M000137"></a>
+ <div id="method-M000139" class="method-detail">
+ <a name="M000139"></a>
<div class="method-heading">
- <a href="#M000137" class="method-signature">
+ <a href="#M000139" class="method-signature">
<span class="method-name">commit_tree</span><span class="method-args">(tree = nil, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000137-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000137-source">
+ onclick="toggleCode('M000139-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000139-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 376</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit_tree</span>(<span class="ruby-identifier">tree</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -674,11 +674,11 @@ automatically adds all modified files without having to explicitly calling
</div>
</div>
- <div id="method-M000101" class="method-detail">
- <a name="M000101"></a>
+ <div id="method-M000103" class="method-detail">
+ <a name="M000103"></a>
<div class="method-heading">
- <a href="#M000101" class="method-signature">
+ <a href="#M000103" class="method-signature">
<span class="method-name">config</span><span class="method-args">(name = nil, value = nil)</span>
</a>
</div>
@@ -691,8 +691,8 @@ value g.config(&#8216;user.name&#8217;) # returns &#8216;Scott
Chacon&#8217; g.config # returns whole config hash
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000101-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000101-source">
+ onclick="toggleCode('M000103-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000103-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 134</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">config</span>(<span class="ruby-identifier">name</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">value</span> = <span class="ruby-keyword kw">nil</span>)
@@ -712,11 +712,11 @@ Chacon&#8217; g.config # returns whole config hash
</div>
</div>
- <div id="method-M000144" class="method-detail">
- <a name="M000144"></a>
+ <div id="method-M000146" class="method-detail">
+ <a name="M000146"></a>
<div class="method-heading">
- <a href="#M000144" class="method-signature">
+ <a href="#M000146" class="method-signature">
<span class="method-name">current_branch</span><span class="method-args">()</span>
</a>
</div>
@@ -726,8 +726,8 @@ Chacon&#8217; g.config # returns whole config hash
returns the name of the branch the working directory is currently on
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000144-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000144-source">
+ onclick="toggleCode('M000146-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000146-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 425</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">current_branch</span>
@@ -738,11 +738,11 @@ returns the name of the branch the working directory is currently on
</div>
</div>
- <div id="method-M000113" class="method-detail">
- <a name="M000113"></a>
+ <div id="method-M000115" class="method-detail">
+ <a name="M000115"></a>
<div class="method-heading">
- <a href="#M000113" class="method-signature">
+ <a href="#M000115" class="method-signature">
<span class="method-name">diff</span><span class="method-args">(objectish = 'HEAD', obj2 = nil)</span>
</a>
</div>
@@ -752,8 +752,8 @@ returns the name of the branch the working directory is currently on
returns a <a href="Diff.html">Git::Diff</a> object
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000113-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000113-source">
+ onclick="toggleCode('M000115-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000115-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 229</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff</span>(<span class="ruby-identifier">objectish</span> = <span class="ruby-value str">'HEAD'</span>, <span class="ruby-identifier">obj2</span> = <span class="ruby-keyword kw">nil</span>)
@@ -764,11 +764,11 @@ returns a <a href="Diff.html">Git::Diff</a> object
</div>
</div>
- <div id="method-M000094" class="method-detail">
- <a name="M000094"></a>
+ <div id="method-M000096" class="method-detail">
+ <a name="M000096"></a>
<div class="method-heading">
- <a href="#M000094" class="method-signature">
+ <a href="#M000096" class="method-signature">
<span class="method-name">dir</span><span class="method-args">()</span>
</a>
</div>
@@ -782,8 +782,8 @@ returns a reference to the working directory
@git.dir.writeable?
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000094-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000094-source">
+ onclick="toggleCode('M000096-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000096-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 80</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">dir</span>
@@ -794,11 +794,11 @@ returns a reference to the working directory
</div>
</div>
- <div id="method-M000121" class="method-detail">
- <a name="M000121"></a>
+ <div id="method-M000123" class="method-detail">
+ <a name="M000123"></a>
<div class="method-heading">
- <a href="#M000121" class="method-signature">
+ <a href="#M000123" class="method-signature">
<span class="method-name">fetch</span><span class="method-args">(remote = 'origin')</span>
</a>
</div>
@@ -809,8 +809,8 @@ fetches changes from a remote branch - this does not modify the working
directory, it just gets the changes from the remote if there are any
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000121-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000121-source">
+ onclick="toggleCode('M000123-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000123-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 274</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fetch</span>(<span class="ruby-identifier">remote</span> = <span class="ruby-value str">'origin'</span>)
@@ -821,19 +821,19 @@ directory, it just gets the changes from the remote if there are any
</div>
</div>
- <div id="method-M000105" class="method-detail">
- <a name="M000105"></a>
+ <div id="method-M000107" class="method-detail">
+ <a name="M000107"></a>
<div class="method-heading">
- <a href="#M000105" class="method-signature">
+ <a href="#M000107" class="method-signature">
<span class="method-name">gblob</span><span class="method-args">(objectish)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000105-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000105-source">
+ onclick="toggleCode('M000107-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000107-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 169</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gblob</span>(<span class="ruby-identifier">objectish</span>)
@@ -844,19 +844,19 @@ directory, it just gets the changes from the remote if there are any
</div>
</div>
- <div id="method-M000104" class="method-detail">
- <a name="M000104"></a>
+ <div id="method-M000106" class="method-detail">
+ <a name="M000106"></a>
<div class="method-heading">
- <a href="#M000104" class="method-signature">
+ <a href="#M000106" class="method-signature">
<span class="method-name">gcommit</span><span class="method-args">(objectish)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000104-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000104-source">
+ onclick="toggleCode('M000106-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000106-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 165</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gcommit</span>(<span class="ruby-identifier">objectish</span>)
@@ -867,11 +867,11 @@ directory, it just gets the changes from the remote if there are any
</div>
</div>
- <div id="method-M000112" class="method-detail">
- <a name="M000112"></a>
+ <div id="method-M000114" class="method-detail">
+ <a name="M000114"></a>
<div class="method-heading">
- <a href="#M000112" class="method-signature">
+ <a href="#M000114" class="method-signature">
<span class="method-name">grep</span><span class="method-args">(string)</span>
</a>
</div>
@@ -906,8 +906,8 @@ so you might use it like this:
end
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000112-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000112-source">
+ onclick="toggleCode('M000114-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000114-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 224</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grep</span>(<span class="ruby-identifier">string</span>)
@@ -918,19 +918,19 @@ so you might use it like this:
</div>
</div>
- <div id="method-M000103" class="method-detail">
- <a name="M000103"></a>
+ <div id="method-M000105" class="method-detail">
+ <a name="M000105"></a>
<div class="method-heading">
- <a href="#M000103" class="method-signature">
+ <a href="#M000105" class="method-signature">
<span class="method-name">gtree</span><span class="method-args">(objectish)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000103-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000103-source">
+ onclick="toggleCode('M000105-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000105-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 161</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gtree</span>(<span class="ruby-identifier">objectish</span>)
@@ -941,11 +941,11 @@ so you might use it like this:
</div>
</div>
- <div id="method-M000096" class="method-detail">
- <a name="M000096"></a>
+ <div id="method-M000098" class="method-detail">
+ <a name="M000098"></a>
<div class="method-heading">
- <a href="#M000096" class="method-signature">
+ <a href="#M000098" class="method-signature">
<span class="method-name">index</span><span class="method-args">()</span>
</a>
</div>
@@ -955,8 +955,8 @@ so you might use it like this:
returns reference to the git index file
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000096-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000096-source">
+ onclick="toggleCode('M000098-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000098-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 91</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">index</span>
@@ -967,11 +967,11 @@ returns reference to the git index file
</div>
</div>
- <div id="method-M000111" class="method-detail">
- <a name="M000111"></a>
+ <div id="method-M000113" class="method-detail">
+ <a name="M000113"></a>
<div class="method-heading">
- <a href="#M000111" class="method-signature">
+ <a href="#M000113" class="method-signature">
<span class="method-name">lib</span><span class="method-args">()</span>
</a>
</div>
@@ -984,8 +984,8 @@ replace the <a href="Lib.html">Git::Lib</a> class with one that uses native
methods or libgit C bindings
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000111-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000111-source">
+ onclick="toggleCode('M000113-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000113-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 201</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">lib</span>
@@ -996,11 +996,11 @@ methods or libgit C bindings
</div>
</div>
- <div id="method-M000106" class="method-detail">
- <a name="M000106"></a>
+ <div id="method-M000108" class="method-detail">
+ <a name="M000108"></a>
<div class="method-heading">
- <a href="#M000106" class="method-signature">
+ <a href="#M000108" class="method-signature">
<span class="method-name">log</span><span class="method-args">(count = 30)</span>
</a>
</div>
@@ -1010,8 +1010,8 @@ methods or libgit C bindings
returns a <a href="Log.html">Git::Log</a> object with count commits
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000106-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000106-source">
+ onclick="toggleCode('M000108-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000108-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 174</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">count</span> = <span class="ruby-value">30</span>)
@@ -1022,19 +1022,19 @@ returns a <a href="Log.html">Git::Log</a> object with count commits
</div>
</div>
- <div id="method-M000140" class="method-detail">
- <a name="M000140"></a>
+ <div id="method-M000142" class="method-detail">
+ <a name="M000142"></a>
<div class="method-heading">
- <a href="#M000140" class="method-signature">
+ <a href="#M000142" class="method-signature">
<span class="method-name">ls_files</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000140-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000140-source">
+ onclick="toggleCode('M000142-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000142-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 390</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ls_files</span>
@@ -1045,11 +1045,11 @@ returns a <a href="Log.html">Git::Log</a> object with count commits
</div>
</div>
- <div id="method-M000123" class="method-detail">
- <a name="M000123"></a>
+ <div id="method-M000125" class="method-detail">
+ <a name="M000125"></a>
<div class="method-heading">
- <a href="#M000123" class="method-signature">
+ <a href="#M000125" class="method-signature">
<span class="method-name">merge</span><span class="method-args">(branch, message = 'merge')</span>
</a>
</div>
@@ -1063,8 +1063,8 @@ you can specify more than one branch to merge by passing an array of
branches
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000123-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000123-source">
+ onclick="toggleCode('M000125-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000125-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 290</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">merge</span>(<span class="ruby-identifier">branch</span>, <span class="ruby-identifier">message</span> = <span class="ruby-value str">'merge'</span>)
@@ -1075,11 +1075,11 @@ branches
</div>
</div>
- <div id="method-M000102" class="method-detail">
- <a name="M000102"></a>
+ <div id="method-M000104" class="method-detail">
+ <a name="M000104"></a>
<div class="method-heading">
- <a href="#M000102" class="method-signature">
+ <a href="#M000104" class="method-signature">
<span class="method-name">object</span><span class="method-args">(objectish)</span>
</a>
</div>
@@ -1097,8 +1097,8 @@ objectish and determine the type of the object and return an appropriate
object for that type
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000102-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000102-source">
+ onclick="toggleCode('M000104-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000104-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 157</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object</span>(<span class="ruby-identifier">objectish</span>)
@@ -1109,11 +1109,11 @@ object for that type
</div>
</div>
- <div id="method-M000124" class="method-detail">
- <a name="M000124"></a>
+ <div id="method-M000126" class="method-detail">
+ <a name="M000126"></a>
<div class="method-heading">
- <a href="#M000124" class="method-signature">
+ <a href="#M000126" class="method-signature">
<span class="method-name">pull</span><span class="method-args">(remote = 'origin', branch = 'master', message = 'origin pull')</span>
</a>
</div>
@@ -1124,8 +1124,8 @@ fetches a branch from a remote and merges it into the current working
branch
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000124-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000124-source">
+ onclick="toggleCode('M000126-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000126-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 295</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pull</span>(<span class="ruby-identifier">remote</span> = <span class="ruby-value str">'origin'</span>, <span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>, <span class="ruby-identifier">message</span> = <span class="ruby-value str">'origin pull'</span>)
@@ -1137,11 +1137,11 @@ branch
</div>
</div>
- <div id="method-M000122" class="method-detail">
- <a name="M000122"></a>
+ <div id="method-M000124" class="method-detail">
+ <a name="M000124"></a>
<div class="method-heading">
- <a href="#M000122" class="method-signature">
+ <a href="#M000124" class="method-signature">
<span class="method-name">push</span><span class="method-args">(remote = 'origin', branch = 'master')</span>
</a>
</div>
@@ -1156,8 +1156,8 @@ setup the push parameters:
@git.config('remote.remote-name.push', 'refs/heads/master:refs/heads/master')
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000122-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000122-source">
+ onclick="toggleCode('M000124-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000124-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 283</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">push</span>(<span class="ruby-identifier">remote</span> = <span class="ruby-value str">'origin'</span>, <span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>)
@@ -1168,19 +1168,19 @@ setup the push parameters:
</div>
</div>
- <div id="method-M000135" class="method-detail">
- <a name="M000135"></a>
+ <div id="method-M000137" class="method-detail">
+ <a name="M000137"></a>
<div class="method-heading">
- <a href="#M000135" class="method-signature">
+ <a href="#M000137" class="method-signature">
<span class="method-name">read_tree</span><span class="method-args">(treeish, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000135-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000135-source">
+ onclick="toggleCode('M000137-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000137-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 368</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">read_tree</span>(<span class="ruby-identifier">treeish</span>, <span class="ruby-identifier">opts</span> = {})
@@ -1191,11 +1191,11 @@ setup the push parameters:
</div>
</div>
- <div id="method-M000110" class="method-detail">
- <a name="M000110"></a>
+ <div id="method-M000112" class="method-detail">
+ <a name="M000112"></a>
<div class="method-heading">
- <a href="#M000110" class="method-signature">
+ <a href="#M000112" class="method-signature">
<span class="method-name">remote</span><span class="method-args">(remote_name = 'origin')</span>
</a>
</div>
@@ -1205,8 +1205,8 @@ setup the push parameters:
returns a <a href="Remote.html">Git::Remote</a> object
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000110-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000110-source">
+ onclick="toggleCode('M000112-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000112-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 194</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote</span>(<span class="ruby-identifier">remote_name</span> = <span class="ruby-value str">'origin'</span>)
@@ -1217,11 +1217,11 @@ returns a <a href="Remote.html">Git::Remote</a> object
</div>
</div>
- <div id="method-M000125" class="method-detail">
- <a name="M000125"></a>
+ <div id="method-M000127" class="method-detail">
+ <a name="M000127"></a>
<div class="method-heading">
- <a href="#M000125" class="method-signature">
+ <a href="#M000127" class="method-signature">
<span class="method-name">remotes</span><span class="method-args">()</span>
</a>
</div>
@@ -1232,8 +1232,8 @@ returns an array of <a href="../Git.html">Git</a>:<a
href="Remote.html">Remote</a> objects
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000125-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000125-source">
+ onclick="toggleCode('M000127-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000127-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 301</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remotes</span>
@@ -1244,11 +1244,11 @@ href="Remote.html">Remote</a> objects
</div>
</div>
- <div id="method-M000115" class="method-detail">
- <a name="M000115"></a>
+ <div id="method-M000117" class="method-detail">
+ <a name="M000117"></a>
<div class="method-heading">
- <a href="#M000115" class="method-signature">
+ <a href="#M000117" class="method-signature">
<span class="method-name">remove</span><span class="method-args">(path = '.', opts = {})</span>
</a>
</div>
@@ -1258,8 +1258,8 @@ href="Remote.html">Remote</a> objects
removes file(s) from the git repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000115-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000115-source">
+ onclick="toggleCode('M000117-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000117-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 239</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remove</span>(<span class="ruby-identifier">path</span> = <span class="ruby-value str">'.'</span>, <span class="ruby-identifier">opts</span> = {})
@@ -1270,11 +1270,11 @@ removes file(s) from the git repository
</div>
</div>
- <div id="method-M000131" class="method-detail">
- <a name="M000131"></a>
+ <div id="method-M000133" class="method-detail">
+ <a name="M000133"></a>
<div class="method-heading">
- <a href="#M000131" class="method-signature">
+ <a href="#M000133" class="method-signature">
<span class="method-name">repack</span><span class="method-args">()</span>
</a>
</div>
@@ -1284,8 +1284,8 @@ removes file(s) from the git repository
repacks the repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000131-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000131-source">
+ onclick="toggleCode('M000133-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000133-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 342</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">repack</span>
@@ -1296,11 +1296,11 @@ repacks the repository
</div>
</div>
- <div id="method-M000095" class="method-detail">
- <a name="M000095"></a>
+ <div id="method-M000097" class="method-detail">
+ <a name="M000097"></a>
<div class="method-heading">
- <a href="#M000095" class="method-signature">
+ <a href="#M000097" class="method-signature">
<span class="method-name">repo</span><span class="method-args">()</span>
</a>
</div>
@@ -1313,8 +1313,8 @@ returns reference to the git repository directory
@git.dir.path
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000095-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000095-source">
+ onclick="toggleCode('M000097-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000097-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 86</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">repo</span>
@@ -1325,11 +1325,11 @@ returns reference to the git repository directory
</div>
</div>
- <div id="method-M000100" class="method-detail">
- <a name="M000100"></a>
+ <div id="method-M000102" class="method-detail">
+ <a name="M000102"></a>
<div class="method-heading">
- <a href="#M000100" class="method-signature">
+ <a href="#M000102" class="method-signature">
<span class="method-name">repo_size</span><span class="method-args">()</span>
</a>
</div>
@@ -1339,8 +1339,8 @@ returns reference to the git repository directory
returns the repository size in bytes
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000100-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000100-source">
+ onclick="toggleCode('M000102-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000102-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 122</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">repo_size</span>
@@ -1355,11 +1355,11 @@ returns the repository size in bytes
</div>
</div>
- <div id="method-M000116" class="method-detail">
- <a name="M000116"></a>
+ <div id="method-M000118" class="method-detail">
+ <a name="M000118"></a>
<div class="method-heading">
- <a href="#M000116" class="method-signature">
+ <a href="#M000118" class="method-signature">
<span class="method-name">reset</span><span class="method-args">(commitish = nil, opts = {})</span>
</a>
</div>
@@ -1369,8 +1369,8 @@ returns the repository size in bytes
resets the working directory to the provided commitish
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000116-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000116-source">
+ onclick="toggleCode('M000118-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000118-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 244</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reset</span>(<span class="ruby-identifier">commitish</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -1381,11 +1381,11 @@ resets the working directory to the provided commitish
</div>
</div>
- <div id="method-M000117" class="method-detail">
- <a name="M000117"></a>
+ <div id="method-M000119" class="method-detail">
+ <a name="M000119"></a>
<div class="method-heading">
- <a href="#M000117" class="method-signature">
+ <a href="#M000119" class="method-signature">
<span class="method-name">reset_hard</span><span class="method-args">(commitish = nil, opts = {})</span>
</a>
</div>
@@ -1396,8 +1396,8 @@ resets the working directory to the commitish with
&#8217;&#8212;hard&#8217;
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000117-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000117-source">
+ onclick="toggleCode('M000119-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000119-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 249</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reset_hard</span>(<span class="ruby-identifier">commitish</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -1409,11 +1409,11 @@ resets the working directory to the commitish with
</div>
</div>
- <div id="method-M000143" class="method-detail">
- <a name="M000143"></a>
+ <div id="method-M000145" class="method-detail">
+ <a name="M000145"></a>
<div class="method-heading">
- <a href="#M000143" class="method-signature">
+ <a href="#M000145" class="method-signature">
<span class="method-name">revparse</span><span class="method-args">(objectish)</span>
</a>
</div>
@@ -1428,8 +1428,8 @@ runs git rev-parse to convert the objectish to a full sha
@git.revparse('v2.4:/doc/index.html')
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000143-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000143-source">
+ onclick="toggleCode('M000145-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000145-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 420</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">revparse</span>(<span class="ruby-identifier">objectish</span>)
@@ -1440,19 +1440,19 @@ runs git rev-parse to convert the objectish to a full sha
</div>
</div>
- <div id="method-M000098" class="method-detail">
- <a name="M000098"></a>
+ <div id="method-M000100" class="method-detail">
+ <a name="M000100"></a>
<div class="method-heading">
- <a href="#M000098" class="method-signature">
+ <a href="#M000100" class="method-signature">
<span class="method-name">set_index</span><span class="method-args">(index_file, check = true)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000098-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000098-source">
+ onclick="toggleCode('M000100-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000100-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 101</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_index</span>(<span class="ruby-identifier">index_file</span>, <span class="ruby-identifier">check</span> = <span class="ruby-keyword kw">true</span>)
@@ -1464,19 +1464,19 @@ runs git rev-parse to convert the objectish to a full sha
</div>
</div>
- <div id="method-M000097" class="method-detail">
- <a name="M000097"></a>
+ <div id="method-M000099" class="method-detail">
+ <a name="M000099"></a>
<div class="method-heading">
- <a href="#M000097" class="method-signature">
+ <a href="#M000099" class="method-signature">
<span class="method-name">set_working</span><span class="method-args">(work_dir, check = true)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000097-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000097-source">
+ onclick="toggleCode('M000099-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000099-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 96</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_working</span>(<span class="ruby-identifier">work_dir</span>, <span class="ruby-identifier">check</span> = <span class="ruby-keyword kw">true</span>)
@@ -1488,11 +1488,11 @@ runs git rev-parse to convert the objectish to a full sha
</div>
</div>
- <div id="method-M000107" class="method-detail">
- <a name="M000107"></a>
+ <div id="method-M000109" class="method-detail">
+ <a name="M000109"></a>
<div class="method-heading">
- <a href="#M000107" class="method-signature">
+ <a href="#M000109" class="method-signature">
<span class="method-name">status</span><span class="method-args">()</span>
</a>
</div>
@@ -1502,8 +1502,8 @@ runs git rev-parse to convert the objectish to a full sha
returns a <a href="Status.html">Git::Status</a> object
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000107-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000107-source">
+ onclick="toggleCode('M000109-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000109-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 179</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">status</span>
@@ -1514,11 +1514,11 @@ returns a <a href="Status.html">Git::Status</a> object
</div>
</div>
- <div id="method-M000128" class="method-detail">
- <a name="M000128"></a>
+ <div id="method-M000130" class="method-detail">
+ <a name="M000130"></a>
<div class="method-heading">
- <a href="#M000128" class="method-signature">
+ <a href="#M000130" class="method-signature">
<span class="method-name">tag</span><span class="method-args">(tag_name)</span>
</a>
</div>
@@ -1528,8 +1528,8 @@ returns a <a href="Status.html">Git::Status</a> object
returns a Git::Tag object
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000128-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000128-source">
+ onclick="toggleCode('M000130-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000130-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 326</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tag</span>(<span class="ruby-identifier">tag_name</span>)
@@ -1540,11 +1540,11 @@ returns a Git::Tag object
</div>
</div>
- <div id="method-M000127" class="method-detail">
- <a name="M000127"></a>
+ <div id="method-M000129" class="method-detail">
+ <a name="M000129"></a>
<div class="method-heading">
- <a href="#M000127" class="method-signature">
+ <a href="#M000129" class="method-signature">
<span class="method-name">tags</span><span class="method-args">()</span>
</a>
</div>
@@ -1554,8 +1554,8 @@ returns a Git::Tag object
returns an array of all Git::Tag objects for this repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000127-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000127-source">
+ onclick="toggleCode('M000129-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000129-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 321</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tags</span>
@@ -1566,19 +1566,19 @@ returns an array of all Git::Tag objects for this repository
</div>
</div>
- <div id="method-M000139" class="method-detail">
- <a name="M000139"></a>
+ <div id="method-M000141" class="method-detail">
+ <a name="M000141"></a>
<div class="method-heading">
- <a href="#M000139" class="method-signature">
+ <a href="#M000141" class="method-signature">
<span class="method-name">update_ref</span><span class="method-args">(branch, commit)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000139-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000139-source">
+ onclick="toggleCode('M000141-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000141-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 385</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update_ref</span>(<span class="ruby-identifier">branch</span>, <span class="ruby-identifier">commit</span>)
@@ -1589,11 +1589,11 @@ returns an array of all Git::Tag objects for this repository
</div>
</div>
- <div id="method-M000132" class="method-detail">
- <a name="M000132"></a>
+ <div id="method-M000134" class="method-detail">
+ <a name="M000134"></a>
<div class="method-heading">
- <a href="#M000132" class="method-signature">
+ <a href="#M000134" class="method-signature">
<span class="method-name">with_index</span><span class="method-args">(new_index) {|@index| ...}</span>
</a>
</div>
@@ -1603,8 +1603,8 @@ returns an array of all Git::Tag objects for this repository
LOWER LEVEL INDEX OPERATIONS ##
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000132-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000132-source">
+ onclick="toggleCode('M000134-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000134-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 349</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with_index</span>(<span class="ruby-identifier">new_index</span>)
@@ -1619,19 +1619,19 @@ LOWER LEVEL INDEX OPERATIONS ##
</div>
</div>
- <div id="method-M000133" class="method-detail">
- <a name="M000133"></a>
+ <div id="method-M000135" class="method-detail">
+ <a name="M000135"></a>
<div class="method-heading">
- <a href="#M000133" class="method-signature">
+ <a href="#M000135" class="method-signature">
<span class="method-name">with_temp_index</span><span class="method-args">(&amp;blk)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000133-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000133-source">
+ onclick="toggleCode('M000135-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000135-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 357</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with_temp_index</span> <span class="ruby-operator">&amp;</span><span class="ruby-identifier">blk</span>
@@ -1645,19 +1645,19 @@ LOWER LEVEL INDEX OPERATIONS ##
</div>
</div>
- <div id="method-M000142" class="method-detail">
- <a name="M000142"></a>
+ <div id="method-M000144" class="method-detail">
+ <a name="M000144"></a>
<div class="method-heading">
- <a href="#M000142" class="method-signature">
+ <a href="#M000144" class="method-signature">
<span class="method-name">with_temp_working</span><span class="method-args">(&amp;blk)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000142-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000142-source">
+ onclick="toggleCode('M000144-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000144-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 405</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with_temp_working</span> <span class="ruby-operator">&amp;</span><span class="ruby-identifier">blk</span>
@@ -1672,19 +1672,19 @@ LOWER LEVEL INDEX OPERATIONS ##
</div>
</div>
- <div id="method-M000141" class="method-detail">
- <a name="M000141"></a>
+ <div id="method-M000143" class="method-detail">
+ <a name="M000143"></a>
<div class="method-heading">
- <a href="#M000141" class="method-signature">
+ <a href="#M000143" class="method-signature">
<span class="method-name">with_working</span><span class="method-args">(work_dir) {|@working_directory| ...}</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000141-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000141-source">
+ onclick="toggleCode('M000143-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000143-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 394</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with_working</span>(<span class="ruby-identifier">work_dir</span>)
@@ -1702,19 +1702,19 @@ LOWER LEVEL INDEX OPERATIONS ##
</div>
</div>
- <div id="method-M000138" class="method-detail">
- <a name="M000138"></a>
+ <div id="method-M000140" class="method-detail">
+ <a name="M000140"></a>
<div class="method-heading">
- <a href="#M000138" class="method-signature">
+ <a href="#M000140" class="method-signature">
<span class="method-name">write_and_commit_tree</span><span class="method-args">(opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000138-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000138-source">
+ onclick="toggleCode('M000140-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000140-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 380</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_and_commit_tree</span>(<span class="ruby-identifier">opts</span> = {})
@@ -1726,19 +1726,19 @@ LOWER LEVEL INDEX OPERATIONS ##
</div>
</div>
- <div id="method-M000136" class="method-detail">
- <a name="M000136"></a>
+ <div id="method-M000138" class="method-detail">
+ <a name="M000138"></a>
<div class="method-heading">
- <a href="#M000136" class="method-signature">
+ <a href="#M000138" class="method-signature">
<span class="method-name">write_tree</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000136-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000136-source">
+ onclick="toggleCode('M000138-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000138-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/base.rb, line 372</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_tree</span>
diff --git a/doc/classes/Git/Branch.html b/doc/classes/Git/Branch.html
index 953f7ae..d5d0486 100644
--- a/doc/classes/Git/Branch.html
+++ b/doc/classes/Git/Branch.html
@@ -88,18 +88,18 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000080">archive</a>&nbsp;&nbsp;
- <a href="#M000079">checkout</a>&nbsp;&nbsp;
- <a href="#M000082">create</a>&nbsp;&nbsp;
- <a href="#M000084">current</a>&nbsp;&nbsp;
- <a href="#M000083">delete</a>&nbsp;&nbsp;
- <a href="#M000078">gcommit</a>&nbsp;&nbsp;
- <a href="#M000081">in_branch</a>&nbsp;&nbsp;
- <a href="#M000085">merge</a>&nbsp;&nbsp;
- <a href="#M000077">new</a>&nbsp;&nbsp;
- <a href="#M000087">to_a</a>&nbsp;&nbsp;
- <a href="#M000088">to_s</a>&nbsp;&nbsp;
- <a href="#M000086">update_ref</a>&nbsp;&nbsp;
+ <a href="#M000082">archive</a>&nbsp;&nbsp;
+ <a href="#M000081">checkout</a>&nbsp;&nbsp;
+ <a href="#M000084">create</a>&nbsp;&nbsp;
+ <a href="#M000086">current</a>&nbsp;&nbsp;
+ <a href="#M000085">delete</a>&nbsp;&nbsp;
+ <a href="#M000080">gcommit</a>&nbsp;&nbsp;
+ <a href="#M000083">in_branch</a>&nbsp;&nbsp;
+ <a href="#M000087">merge</a>&nbsp;&nbsp;
+ <a href="#M000079">new</a>&nbsp;&nbsp;
+ <a href="#M000089">to_a</a>&nbsp;&nbsp;
+ <a href="#M000090">to_s</a>&nbsp;&nbsp;
+ <a href="#M000088">update_ref</a>&nbsp;&nbsp;
</div>
</div>
@@ -144,19 +144,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000077" class="method-detail">
- <a name="M000077"></a>
+ <div id="method-M000079" class="method-detail">
+ <a name="M000079"></a>
<div class="method-heading">
- <a href="#M000077" class="method-signature">
+ <a href="#M000079" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000077-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000077-source">
+ onclick="toggleCode('M000079-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000079-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 9</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">name</span>)
@@ -179,19 +179,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000080" class="method-detail">
- <a name="M000080"></a>
+ <div id="method-M000082" class="method-detail">
+ <a name="M000082"></a>
<div class="method-heading">
- <a href="#M000080" class="method-signature">
+ <a href="#M000082" class="method-signature">
<span class="method-name">archive</span><span class="method-args">(file, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000080-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000080-source">
+ onclick="toggleCode('M000082-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000082-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 33</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">archive</span>(<span class="ruby-identifier">file</span>, <span class="ruby-identifier">opts</span> = {})
@@ -202,19 +202,19 @@
</div>
</div>
- <div id="method-M000079" class="method-detail">
- <a name="M000079"></a>
+ <div id="method-M000081" class="method-detail">
+ <a name="M000081"></a>
<div class="method-heading">
- <a href="#M000079" class="method-signature">
+ <a href="#M000081" class="method-signature">
<span class="method-name">checkout</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000079-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000079-source">
+ onclick="toggleCode('M000081-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000081-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 28</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">checkout</span>
@@ -226,19 +226,19 @@
</div>
</div>
- <div id="method-M000082" class="method-detail">
- <a name="M000082"></a>
+ <div id="method-M000084" class="method-detail">
+ <a name="M000084"></a>
<div class="method-heading">
- <a href="#M000082" class="method-signature">
+ <a href="#M000084" class="method-signature">
<span class="method-name">create</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000082-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000082-source">
+ onclick="toggleCode('M000084-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000084-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 53</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">create</span>
@@ -249,19 +249,19 @@
</div>
</div>
- <div id="method-M000084" class="method-detail">
- <a name="M000084"></a>
+ <div id="method-M000086" class="method-detail">
+ <a name="M000086"></a>
<div class="method-heading">
- <a href="#M000084" class="method-signature">
+ <a href="#M000086" class="method-signature">
<span class="method-name">current</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000084-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000084-source">
+ onclick="toggleCode('M000086-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000086-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 61</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">current</span>
@@ -272,19 +272,19 @@
</div>
</div>
- <div id="method-M000083" class="method-detail">
- <a name="M000083"></a>
+ <div id="method-M000085" class="method-detail">
+ <a name="M000085"></a>
<div class="method-heading">
- <a href="#M000083" class="method-signature">
+ <a href="#M000085" class="method-signature">
<span class="method-name">delete</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000083-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000083-source">
+ onclick="toggleCode('M000085-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000085-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 57</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">delete</span>
@@ -295,19 +295,19 @@
</div>
</div>
- <div id="method-M000078" class="method-detail">
- <a name="M000078"></a>
+ <div id="method-M000080" class="method-detail">
+ <a name="M000080"></a>
<div class="method-heading">
- <a href="#M000078" class="method-signature">
+ <a href="#M000080" class="method-signature">
<span class="method-name">gcommit</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000078-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000078-source">
+ onclick="toggleCode('M000080-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000080-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 23</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gcommit</span>
@@ -319,11 +319,11 @@
</div>
</div>
- <div id="method-M000081" class="method-detail">
- <a name="M000081"></a>
+ <div id="method-M000083" class="method-detail">
+ <a name="M000083"></a>
<div class="method-heading">
- <a href="#M000081" class="method-signature">
+ <a href="#M000083" class="method-signature">
<span class="method-name">in_branch</span><span class="method-args">(message = 'in branch work') {|| ...}</span>
</a>
</div>
@@ -331,7 +331,7 @@
<div class="method-description">
<p>
g.branch(&#8216;new_branch&#8217;).<a
-href="Branch.html#M000081">in_branch</a> do
+href="Branch.html#M000083">in_branch</a> do
</p>
<pre>
# create new file
@@ -342,8 +342,8 @@ href="Branch.html#M000081">in_branch</a> do
end
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000081-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000081-source">
+ onclick="toggleCode('M000083-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000083-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 42</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">in_branch</span> (<span class="ruby-identifier">message</span> = <span class="ruby-value str">'in branch work'</span>)
@@ -361,19 +361,19 @@ end
</div>
</div>
- <div id="method-M000085" class="method-detail">
- <a name="M000085"></a>
+ <div id="method-M000087" class="method-detail">
+ <a name="M000087"></a>
<div class="method-heading">
- <a href="#M000085" class="method-signature">
+ <a href="#M000087" class="method-signature">
<span class="method-name">merge</span><span class="method-args">(branch = nil, message = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000085-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000085-source">
+ onclick="toggleCode('M000087-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000087-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 65</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">merge</span>(<span class="ruby-identifier">branch</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">message</span> = <span class="ruby-keyword kw">nil</span>)
@@ -393,19 +393,19 @@ end
</div>
</div>
- <div id="method-M000087" class="method-detail">
- <a name="M000087"></a>
+ <div id="method-M000089" class="method-detail">
+ <a name="M000089"></a>
<div class="method-heading">
- <a href="#M000087" class="method-signature">
+ <a href="#M000089" class="method-signature">
<span class="method-name">to_a</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000087-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000087-source">
+ onclick="toggleCode('M000089-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000089-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 82</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_a</span>
@@ -416,19 +416,19 @@ end
</div>
</div>
- <div id="method-M000088" class="method-detail">
- <a name="M000088"></a>
+ <div id="method-M000090" class="method-detail">
+ <a name="M000090"></a>
<div class="method-heading">
- <a href="#M000088" class="method-signature">
+ <a href="#M000090" class="method-signature">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000088-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000088-source">
+ onclick="toggleCode('M000090-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000090-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 86</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
@@ -439,19 +439,19 @@ end
</div>
</div>
- <div id="method-M000086" class="method-detail">
- <a name="M000086"></a>
+ <div id="method-M000088" class="method-detail">
+ <a name="M000088"></a>
<div class="method-heading">
- <a href="#M000086" class="method-signature">
+ <a href="#M000088" class="method-signature">
<span class="method-name">update_ref</span><span class="method-args">(commit)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000086-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000086-source">
+ onclick="toggleCode('M000088-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000088-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branch.rb, line 78</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update_ref</span>(<span class="ruby-identifier">commit</span>)
diff --git a/doc/classes/Git/Branches.html b/doc/classes/Git/Branches.html
index 994ec65..57478c7 100644
--- a/doc/classes/Git/Branches.html
+++ b/doc/classes/Git/Branches.html
@@ -94,12 +94,12 @@ object that holds all the available branches
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000076">[]</a>&nbsp;&nbsp;
- <a href="#M000075">each</a>&nbsp;&nbsp;
- <a href="#M000072">local</a>&nbsp;&nbsp;
- <a href="#M000071">new</a>&nbsp;&nbsp;
- <a href="#M000073">remote</a>&nbsp;&nbsp;
- <a href="#M000074">size</a>&nbsp;&nbsp;
+ <a href="#M000078">[]</a>&nbsp;&nbsp;
+ <a href="#M000077">each</a>&nbsp;&nbsp;
+ <a href="#M000074">local</a>&nbsp;&nbsp;
+ <a href="#M000073">new</a>&nbsp;&nbsp;
+ <a href="#M000075">remote</a>&nbsp;&nbsp;
+ <a href="#M000076">size</a>&nbsp;&nbsp;
</div>
</div>
@@ -128,19 +128,19 @@ object that holds all the available branches
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000071" class="method-detail">
- <a name="M000071"></a>
+ <div id="method-M000073" class="method-detail">
+ <a name="M000073"></a>
<div class="method-heading">
- <a href="#M000071" class="method-signature">
+ <a href="#M000073" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000071-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000071-source">
+ onclick="toggleCode('M000073-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000073-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 10</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>)
@@ -159,19 +159,19 @@ object that holds all the available branches
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000076" class="method-detail">
- <a name="M000076"></a>
+ <div id="method-M000078" class="method-detail">
+ <a name="M000078"></a>
<div class="method-heading">
- <a href="#M000076" class="method-signature">
+ <a href="#M000078" class="method-signature">
<span class="method-name">[]</span><span class="method-args">(symbol)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000076-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000076-source">
+ onclick="toggleCode('M000078-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000078-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 40</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">symbol</span>)
@@ -182,19 +182,19 @@ object that holds all the available branches
</div>
</div>
- <div id="method-M000075" class="method-detail">
- <a name="M000075"></a>
+ <div id="method-M000077" class="method-detail">
+ <a name="M000077"></a>
<div class="method-heading">
- <a href="#M000075" class="method-signature">
+ <a href="#M000077" class="method-signature">
<span class="method-name">each</span><span class="method-args">() {|b| ...}</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000075-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000075-source">
+ onclick="toggleCode('M000077-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000077-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 34</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">each</span>
@@ -207,19 +207,19 @@ object that holds all the available branches
</div>
</div>
- <div id="method-M000072" class="method-detail">
- <a name="M000072"></a>
+ <div id="method-M000074" class="method-detail">
+ <a name="M000074"></a>
<div class="method-heading">
- <a href="#M000072" class="method-signature">
+ <a href="#M000074" class="method-signature">
<span class="method-name">local</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000072-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000072-source">
+ onclick="toggleCode('M000074-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000074-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 20</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">local</span>
@@ -230,19 +230,19 @@ object that holds all the available branches
</div>
</div>
- <div id="method-M000073" class="method-detail">
- <a name="M000073"></a>
+ <div id="method-M000075" class="method-detail">
+ <a name="M000075"></a>
<div class="method-heading">
- <a href="#M000073" class="method-signature">
+ <a href="#M000075" class="method-signature">
<span class="method-name">remote</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000073-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000073-source">
+ onclick="toggleCode('M000075-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000075-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 24</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote</span>
@@ -253,11 +253,11 @@ object that holds all the available branches
</div>
</div>
- <div id="method-M000074" class="method-detail">
- <a name="M000074"></a>
+ <div id="method-M000076" class="method-detail">
+ <a name="M000076"></a>
<div class="method-heading">
- <a href="#M000074" class="method-signature">
+ <a href="#M000076" class="method-signature">
<span class="method-name">size</span><span class="method-args">()</span>
</a>
</div>
@@ -267,8 +267,8 @@ object that holds all the available branches
array like methods
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000074-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000074-source">
+ onclick="toggleCode('M000076-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000076-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/branches.rb, line 30</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">size</span>
diff --git a/doc/classes/Git/Diff.html b/doc/classes/Git/Diff.html
index 21cb953..ae77da9 100644
--- a/doc/classes/Git/Diff.html
+++ b/doc/classes/Git/Diff.html
@@ -94,17 +94,17 @@ object that holds the last X commits on given branch
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000194">[]</a>&nbsp;&nbsp;
- <a href="#M000189">deletions</a>&nbsp;&nbsp;
- <a href="#M000195">each</a>&nbsp;&nbsp;
- <a href="#M000190">insertions</a>&nbsp;&nbsp;
- <a href="#M000188">lines</a>&nbsp;&nbsp;
- <a href="#M000185">new</a>&nbsp;&nbsp;
- <a href="#M000192">patch</a>&nbsp;&nbsp;
- <a href="#M000186">path</a>&nbsp;&nbsp;
- <a href="#M000187">size</a>&nbsp;&nbsp;
- <a href="#M000191">stats</a>&nbsp;&nbsp;
- <a href="#M000193">to_s</a>&nbsp;&nbsp;
+ <a href="#M000198">[]</a>&nbsp;&nbsp;
+ <a href="#M000193">deletions</a>&nbsp;&nbsp;
+ <a href="#M000199">each</a>&nbsp;&nbsp;
+ <a href="#M000194">insertions</a>&nbsp;&nbsp;
+ <a href="#M000192">lines</a>&nbsp;&nbsp;
+ <a href="#M000189">new</a>&nbsp;&nbsp;
+ <a href="#M000196">patch</a>&nbsp;&nbsp;
+ <a href="#M000190">path</a>&nbsp;&nbsp;
+ <a href="#M000191">size</a>&nbsp;&nbsp;
+ <a href="#M000195">stats</a>&nbsp;&nbsp;
+ <a href="#M000197">to_s</a>&nbsp;&nbsp;
</div>
</div>
@@ -139,19 +139,19 @@ object that holds the last X commits on given branch
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000185" class="method-detail">
- <a name="M000185"></a>
+ <div id="method-M000189" class="method-detail">
+ <a name="M000189"></a>
<div class="method-heading">
- <a href="#M000185" class="method-signature">
+ <a href="#M000189" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, from = nil, to = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000185-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000185-source">
+ onclick="toggleCode('M000189-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000189-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 16</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">from</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">to</span> = <span class="ruby-keyword kw">nil</span>)
@@ -166,11 +166,11 @@ object that holds the last X commits on given branch
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000194" class="method-detail">
- <a name="M000194"></a>
+ <div id="method-M000198" class="method-detail">
+ <a name="M000198"></a>
<div class="method-heading">
- <a href="#M000194" class="method-signature">
+ <a href="#M000198" class="method-signature">
<span class="method-name">[]</span><span class="method-args">(key)</span>
</a>
</div>
@@ -180,8 +180,8 @@ object that holds the last X commits on given branch
enumerable methods
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000194-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000194-source">
+ onclick="toggleCode('M000198-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000198-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 61</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">key</span>)
@@ -193,19 +193,19 @@ enumerable methods
</div>
</div>
- <div id="method-M000189" class="method-detail">
- <a name="M000189"></a>
+ <div id="method-M000193" class="method-detail">
+ <a name="M000193"></a>
<div class="method-heading">
- <a href="#M000189" class="method-signature">
+ <a href="#M000193" class="method-signature">
<span class="method-name">deletions</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000189-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000189-source">
+ onclick="toggleCode('M000193-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000193-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 37</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">deletions</span>
@@ -217,19 +217,19 @@ enumerable methods
</div>
</div>
- <div id="method-M000195" class="method-detail">
- <a name="M000195"></a>
+ <div id="method-M000199" class="method-detail">
+ <a name="M000199"></a>
<div class="method-heading">
- <a href="#M000195" class="method-signature">
+ <a href="#M000199" class="method-signature">
<span class="method-name">each</span><span class="method-args">() {|file[1]| ...}</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000195-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000195-source">
+ onclick="toggleCode('M000199-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000199-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 66</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">each</span>
@@ -243,19 +243,19 @@ enumerable methods
</div>
</div>
- <div id="method-M000190" class="method-detail">
- <a name="M000190"></a>
+ <div id="method-M000194" class="method-detail">
+ <a name="M000194"></a>
<div class="method-heading">
- <a href="#M000190" class="method-signature">
+ <a href="#M000194" class="method-signature">
<span class="method-name">insertions</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000190-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000190-source">
+ onclick="toggleCode('M000194-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000194-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 42</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">insertions</span>
@@ -267,19 +267,19 @@ enumerable methods
</div>
</div>
- <div id="method-M000188" class="method-detail">
- <a name="M000188"></a>
+ <div id="method-M000192" class="method-detail">
+ <a name="M000192"></a>
<div class="method-heading">
- <a href="#M000188" class="method-signature">
+ <a href="#M000192" class="method-signature">
<span class="method-name">lines</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000188-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000188-source">
+ onclick="toggleCode('M000192-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000192-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 32</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">lines</span>
@@ -291,11 +291,11 @@ enumerable methods
</div>
</div>
- <div id="method-M000192" class="method-detail">
- <a name="M000192"></a>
+ <div id="method-M000196" class="method-detail">
+ <a name="M000196"></a>
<div class="method-heading">
- <a href="#M000192" class="method-signature">
+ <a href="#M000196" class="method-signature">
<span class="method-name">patch</span><span class="method-args">(file = nil)</span>
</a>
</div>
@@ -305,8 +305,8 @@ enumerable methods
if file is provided and is writable, it will write the patch into the file
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000192-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000192-source">
+ onclick="toggleCode('M000196-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000196-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 53</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">patch</span>(<span class="ruby-identifier">file</span> = <span class="ruby-keyword kw">nil</span>)
@@ -318,19 +318,19 @@ if file is provided and is writable, it will write the patch into the file
</div>
</div>
- <div id="method-M000186" class="method-detail">
- <a name="M000186"></a>
+ <div id="method-M000190" class="method-detail">
+ <a name="M000190"></a>
<div class="method-heading">
- <a href="#M000186" class="method-signature">
+ <a href="#M000190" class="method-signature">
<span class="method-name">path</span><span class="method-args">(path)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000186-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000186-source">
+ onclick="toggleCode('M000190-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000190-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 22</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">path</span>(<span class="ruby-identifier">path</span>)
@@ -342,19 +342,19 @@ if file is provided and is writable, it will write the patch into the file
</div>
</div>
- <div id="method-M000187" class="method-detail">
- <a name="M000187"></a>
+ <div id="method-M000191" class="method-detail">
+ <a name="M000191"></a>
<div class="method-heading">
- <a href="#M000187" class="method-signature">
+ <a href="#M000191" class="method-signature">
<span class="method-name">size</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000187-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000187-source">
+ onclick="toggleCode('M000191-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000191-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 27</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">size</span>
@@ -366,19 +366,19 @@ if file is provided and is writable, it will write the patch into the file
</div>
</div>
- <div id="method-M000191" class="method-detail">
- <a name="M000191"></a>
+ <div id="method-M000195" class="method-detail">
+ <a name="M000195"></a>
<div class="method-heading">
- <a href="#M000191" class="method-signature">
+ <a href="#M000195" class="method-signature">
<span class="method-name">stats</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000191-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000191-source">
+ onclick="toggleCode('M000195-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000195-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 47</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">stats</span>
@@ -390,8 +390,8 @@ if file is provided and is writable, it will write the patch into the file
</div>
</div>
- <div id="method-M000193" class="method-detail">
- <a name="M000193"></a>
+ <div id="method-M000197" class="method-detail">
+ <a name="M000197"></a>
<div class="method-heading">
<span class="method-name">to_s</span><span class="method-args">(file = nil)</span>
@@ -399,7 +399,7 @@ if file is provided and is writable, it will write the patch into the file
<div class="method-description">
<p>
-Alias for <a href="Diff.html#M000192">patch</a>
+Alias for <a href="Diff.html#M000196">patch</a>
</p>
</div>
</div>
diff --git a/doc/classes/Git/Diff/DiffFile.html b/doc/classes/Git/Diff/DiffFile.html
index 5e9c752..6e2a059 100644
--- a/doc/classes/Git/Diff/DiffFile.html
+++ b/doc/classes/Git/Diff/DiffFile.html
@@ -86,8 +86,8 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000197">blob</a>&nbsp;&nbsp;
- <a href="#M000196">new</a>&nbsp;&nbsp;
+ <a href="#M000201">blob</a>&nbsp;&nbsp;
+ <a href="#M000200">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -147,19 +147,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000196" class="method-detail">
- <a name="M000196"></a>
+ <div id="method-M000200" class="method-detail">
+ <a name="M000200"></a>
<div class="method-heading">
- <a href="#M000196" class="method-signature">
+ <a href="#M000200" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, hash)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000196-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000196-source">
+ onclick="toggleCode('M000200-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000200-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 77</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">hash</span>)
@@ -178,19 +178,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000197" class="method-detail">
- <a name="M000197"></a>
+ <div id="method-M000201" class="method-detail">
+ <a name="M000201"></a>
<div class="method-heading">
- <a href="#M000197" class="method-signature">
+ <a href="#M000201" class="method-signature">
<span class="method-name">blob</span><span class="method-args">(type = :dst)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000197-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000197-source">
+ onclick="toggleCode('M000201-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000201-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 87</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">blob</span>(<span class="ruby-identifier">type</span> = <span class="ruby-identifier">:dst</span>)
diff --git a/doc/classes/Git/Lib.html b/doc/classes/Git/Lib.html
index 5875189..57feb6c 100644
--- a/doc/classes/Git/Lib.html
+++ b/doc/classes/Git/Lib.html
@@ -88,52 +88,54 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000048">add</a>&nbsp;&nbsp;
- <a href="#M000070">archive</a>&nbsp;&nbsp;
- <a href="#M000037">branch_current</a>&nbsp;&nbsp;
- <a href="#M000053">branch_delete</a>&nbsp;&nbsp;
- <a href="#M000052">branch_new</a>&nbsp;&nbsp;
- <a href="#M000036">branches_all</a>&nbsp;&nbsp;
- <a href="#M000054">checkout</a>&nbsp;&nbsp;
- <a href="#M000069">checkout_index</a>&nbsp;&nbsp;
+ <a href="#M000050">add</a>&nbsp;&nbsp;
+ <a href="#M000072">archive</a>&nbsp;&nbsp;
+ <a href="#M000039">branch_current</a>&nbsp;&nbsp;
+ <a href="#M000055">branch_delete</a>&nbsp;&nbsp;
+ <a href="#M000054">branch_new</a>&nbsp;&nbsp;
+ <a href="#M000038">branches_all</a>&nbsp;&nbsp;
+ <a href="#M000056">checkout</a>&nbsp;&nbsp;
+ <a href="#M000071">checkout_index</a>&nbsp;&nbsp;
<a href="#M000027">clone</a>&nbsp;&nbsp;
- <a href="#M000050">commit</a>&nbsp;&nbsp;
- <a href="#M000033">commit_data</a>&nbsp;&nbsp;
- <a href="#M000067">commit_tree</a>&nbsp;&nbsp;
- <a href="#M000045">config_get</a>&nbsp;&nbsp;
- <a href="#M000046">config_list</a>&nbsp;&nbsp;
- <a href="#M000044">config_remote</a>&nbsp;&nbsp;
- <a href="#M000047">config_set</a>&nbsp;&nbsp;
- <a href="#M000041">diff_files</a>&nbsp;&nbsp;
- <a href="#M000039">diff_full</a>&nbsp;&nbsp;
- <a href="#M000042">diff_index</a>&nbsp;&nbsp;
- <a href="#M000040">diff_stats</a>&nbsp;&nbsp;
- <a href="#M000061">fetch</a>&nbsp;&nbsp;
- <a href="#M000038">grep</a>&nbsp;&nbsp;
+ <a href="#M000052">commit</a>&nbsp;&nbsp;
+ <a href="#M000034">commit_data</a>&nbsp;&nbsp;
+ <a href="#M000069">commit_tree</a>&nbsp;&nbsp;
+ <a href="#M000047">config_get</a>&nbsp;&nbsp;
+ <a href="#M000048">config_list</a>&nbsp;&nbsp;
+ <a href="#M000046">config_remote</a>&nbsp;&nbsp;
+ <a href="#M000049">config_set</a>&nbsp;&nbsp;
+ <a href="#M000043">diff_files</a>&nbsp;&nbsp;
+ <a href="#M000041">diff_full</a>&nbsp;&nbsp;
+ <a href="#M000044">diff_index</a>&nbsp;&nbsp;
+ <a href="#M000042">diff_stats</a>&nbsp;&nbsp;
+ <a href="#M000063">fetch</a>&nbsp;&nbsp;
+ <a href="#M000029">full_log_commits</a>&nbsp;&nbsp;
+ <a href="#M000040">grep</a>&nbsp;&nbsp;
<a href="#M000026">init</a>&nbsp;&nbsp;
<a href="#M000028">log_commits</a>&nbsp;&nbsp;
- <a href="#M000043">ls_files</a>&nbsp;&nbsp;
- <a href="#M000035">ls_tree</a>&nbsp;&nbsp;
- <a href="#M000055">merge</a>&nbsp;&nbsp;
- <a href="#M000030">namerev</a>&nbsp;&nbsp;
+ <a href="#M000045">ls_files</a>&nbsp;&nbsp;
+ <a href="#M000037">ls_tree</a>&nbsp;&nbsp;
+ <a href="#M000057">merge</a>&nbsp;&nbsp;
+ <a href="#M000031">namerev</a>&nbsp;&nbsp;
<a href="#M000025">new</a>&nbsp;&nbsp;
- <a href="#M000034">object_contents</a>&nbsp;&nbsp;
- <a href="#M000032">object_size</a>&nbsp;&nbsp;
- <a href="#M000031">object_type</a>&nbsp;&nbsp;
- <a href="#M000062">push</a>&nbsp;&nbsp;
- <a href="#M000065">read_tree</a>&nbsp;&nbsp;
- <a href="#M000056">remote_add</a>&nbsp;&nbsp;
- <a href="#M000057">remote_remove</a>&nbsp;&nbsp;
- <a href="#M000058">remotes</a>&nbsp;&nbsp;
- <a href="#M000049">remove</a>&nbsp;&nbsp;
- <a href="#M000064">repack</a>&nbsp;&nbsp;
- <a href="#M000051">reset</a>&nbsp;&nbsp;
- <a href="#M000029">revparse</a>&nbsp;&nbsp;
- <a href="#M000060">tag</a>&nbsp;&nbsp;
- <a href="#M000063">tag_sha</a>&nbsp;&nbsp;
- <a href="#M000059">tags</a>&nbsp;&nbsp;
- <a href="#M000068">update_ref</a>&nbsp;&nbsp;
- <a href="#M000066">write_tree</a>&nbsp;&nbsp;
+ <a href="#M000036">object_contents</a>&nbsp;&nbsp;
+ <a href="#M000033">object_size</a>&nbsp;&nbsp;
+ <a href="#M000032">object_type</a>&nbsp;&nbsp;
+ <a href="#M000035">process_commit_data</a>&nbsp;&nbsp;
+ <a href="#M000064">push</a>&nbsp;&nbsp;
+ <a href="#M000067">read_tree</a>&nbsp;&nbsp;
+ <a href="#M000058">remote_add</a>&nbsp;&nbsp;
+ <a href="#M000059">remote_remove</a>&nbsp;&nbsp;
+ <a href="#M000060">remotes</a>&nbsp;&nbsp;
+ <a href="#M000051">remove</a>&nbsp;&nbsp;
+ <a href="#M000066">repack</a>&nbsp;&nbsp;
+ <a href="#M000053">reset</a>&nbsp;&nbsp;
+ <a href="#M000030">revparse</a>&nbsp;&nbsp;
+ <a href="#M000062">tag</a>&nbsp;&nbsp;
+ <a href="#M000065">tag_sha</a>&nbsp;&nbsp;
+ <a href="#M000061">tags</a>&nbsp;&nbsp;
+ <a href="#M000070">update_ref</a>&nbsp;&nbsp;
+ <a href="#M000068">write_tree</a>&nbsp;&nbsp;
</div>
</div>
@@ -188,21 +190,21 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000048" class="method-detail">
- <a name="M000048"></a>
+ <div id="method-M000050" class="method-detail">
+ <a name="M000050"></a>
<div class="method-heading">
- <a href="#M000048" class="method-signature">
+ <a href="#M000050" class="method-signature">
<span class="method-name">add</span><span class="method-args">(path = '.')</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000048-source">
+ onclick="toggleCode('M000050-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000050-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 257</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 293</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add</span>(<span class="ruby-identifier">path</span> = <span class="ruby-value str">'.'</span>)
<span class="ruby-identifier">path</span> = <span class="ruby-identifier">path</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">' '</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">path</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Array</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'add'</span>, <span class="ruby-identifier">path</span>)
@@ -212,11 +214,11 @@
</div>
</div>
- <div id="method-M000070" class="method-detail">
- <a name="M000070"></a>
+ <div id="method-M000072" class="method-detail">
+ <a name="M000072"></a>
<div class="method-heading">
- <a href="#M000070" class="method-signature">
+ <a href="#M000072" class="method-signature">
<span class="method-name">archive</span><span class="method-args">(sha, file = nil, opts = {})</span>
</a>
</div>
@@ -235,10 +237,10 @@ options
:path
</pre>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000070-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000070-source">
+ onclick="toggleCode('M000072-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000072-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 399</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 435</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">archive</span>(<span class="ruby-identifier">sha</span>, <span class="ruby-identifier">file</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:format</span>] = <span class="ruby-value str">'zip'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:format</span>]
@@ -267,21 +269,21 @@ options
</div>
</div>
- <div id="method-M000037" class="method-detail">
- <a name="M000037"></a>
+ <div id="method-M000039" class="method-detail">
+ <a name="M000039"></a>
<div class="method-heading">
- <a href="#M000037" class="method-signature">
+ <a href="#M000039" class="method-signature">
<span class="method-name">branch_current</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000037-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000037-source">
+ onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000039-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 138</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 174</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branch_current</span>
<span class="ruby-identifier">branches_all</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">b</span><span class="ruby-operator">|</span> <span class="ruby-identifier">b</span>[<span class="ruby-value">1</span>] }.<span class="ruby-identifier">first</span>[<span class="ruby-value">0</span>] <span class="ruby-keyword kw">rescue</span> <span class="ruby-keyword kw">nil</span>
<span class="ruby-keyword kw">end</span>
@@ -290,21 +292,21 @@ options
</div>
</div>
- <div id="method-M000053" class="method-detail">
- <a name="M000053"></a>
+ <div id="method-M000055" class="method-detail">
+ <a name="M000055"></a>
<div class="method-heading">
- <a href="#M000053" class="method-signature">
+ <a href="#M000055" class="method-signature">
<span class="method-name">branch_delete</span><span class="method-args">(branch)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000053-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000053-source">
+ onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000055-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 290</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 326</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branch_delete</span>(<span class="ruby-identifier">branch</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'branch'</span>, [<span class="ruby-value str">'-d'</span>, <span class="ruby-identifier">branch</span>])
<span class="ruby-keyword kw">end</span>
@@ -313,21 +315,21 @@ options
</div>
</div>
- <div id="method-M000052" class="method-detail">
- <a name="M000052"></a>
+ <div id="method-M000054" class="method-detail">
+ <a name="M000054"></a>
<div class="method-heading">
- <a href="#M000052" class="method-signature">
+ <a href="#M000054" class="method-signature">
<span class="method-name">branch_new</span><span class="method-args">(branch)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000052-source">
+ onclick="toggleCode('M000054-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000054-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 286</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 322</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branch_new</span>(<span class="ruby-identifier">branch</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'branch'</span>, <span class="ruby-identifier">branch</span>)
<span class="ruby-keyword kw">end</span>
@@ -336,21 +338,21 @@ options
</div>
</div>
- <div id="method-M000036" class="method-detail">
- <a name="M000036"></a>
+ <div id="method-M000038" class="method-detail">
+ <a name="M000038"></a>
<div class="method-heading">
- <a href="#M000036" class="method-signature">
+ <a href="#M000038" class="method-signature">
<span class="method-name">branches_all</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000036-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000036-source">
+ onclick="toggleCode('M000038-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000038-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 128</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 164</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branches_all</span>
<span class="ruby-identifier">arr</span> = []
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'branch'</span>, <span class="ruby-value str">'-a'</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">b</span><span class="ruby-operator">|</span>
@@ -365,21 +367,21 @@ options
</div>
</div>
- <div id="method-M000054" class="method-detail">
- <a name="M000054"></a>
+ <div id="method-M000056" class="method-detail">
+ <a name="M000056"></a>
<div class="method-heading">
- <a href="#M000054" class="method-signature">
+ <a href="#M000056" class="method-signature">
<span class="method-name">checkout</span><span class="method-args">(branch, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000054-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000054-source">
+ onclick="toggleCode('M000056-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000056-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 294</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 330</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">checkout</span>(<span class="ruby-identifier">branch</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = []
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'-f'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:force</span>]
@@ -392,21 +394,21 @@ options
</div>
</div>
- <div id="method-M000069" class="method-detail">
- <a name="M000069"></a>
+ <div id="method-M000071" class="method-detail">
+ <a name="M000071"></a>
<div class="method-heading">
- <a href="#M000069" class="method-signature">
+ <a href="#M000071" class="method-signature">
<span class="method-name">checkout_index</span><span class="method-args">(opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000069-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000069-source">
+ onclick="toggleCode('M000071-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000071-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 383</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 419</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">checkout_index</span>(<span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = []
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;--prefix=#{opts[:prefix]}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:prefix</span>]
@@ -473,21 +475,21 @@ TODO - make this work with SSH password or auth_key
</div>
</div>
- <div id="method-M000050" class="method-detail">
- <a name="M000050"></a>
+ <div id="method-M000052" class="method-detail">
+ <a name="M000052"></a>
<div class="method-heading">
- <a href="#M000050" class="method-signature">
+ <a href="#M000052" class="method-signature">
<span class="method-name">commit</span><span class="method-args">(message, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000050-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000050-source">
+ onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000052-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 272</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 308</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = [<span class="ruby-node">&quot;-m '#{message}'&quot;</span>]
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'-a'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:add_all</span>]
@@ -498,11 +500,11 @@ TODO - make this work with SSH password or auth_key
</div>
</div>
- <div id="method-M000033" class="method-detail">
- <a name="M000033"></a>
+ <div id="method-M000034" class="method-detail">
+ <a name="M000034"></a>
<div class="method-heading">
- <a href="#M000033" class="method-signature">
+ <a href="#M000034" class="method-signature">
<span class="method-name">commit_data</span><span class="method-args">(sha)</span>
</a>
</div>
@@ -512,54 +514,35 @@ TODO - make this work with SSH password or auth_key
returns useful array of raw commit object data
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000033-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000033-source">
+ onclick="toggleCode('M000034-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000034-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 89</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 101</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit_data</span>(<span class="ruby-identifier">sha</span>)
- <span class="ruby-identifier">in_message</span> = <span class="ruby-keyword kw">false</span>
-
- <span class="ruby-identifier">hsh</span> = {<span class="ruby-value str">'message'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">''</span>, <span class="ruby-value str">'parent'</span> =<span class="ruby-operator">&gt;</span> []}
- <span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'cat-file'</span>, [<span class="ruby-value str">'commit'</span>, <span class="ruby-identifier">sha</span>.<span class="ruby-identifier">to_s</span>]).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
- <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">in_message</span>
- <span class="ruby-identifier">hsh</span>[<span class="ruby-value str">'message'</span>] <span class="ruby-operator">+=</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">+</span> <span class="ruby-value str">&quot;\n&quot;</span>
- <span class="ruby-keyword kw">end</span>
-
- <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">line</span> <span class="ruby-operator">!=</span> <span class="ruby-value str">''</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">in_message</span>
- <span class="ruby-identifier">data</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">split</span>
- <span class="ruby-identifier">key</span> = <span class="ruby-identifier">data</span>.<span class="ruby-identifier">shift</span>
- <span class="ruby-identifier">value</span> = <span class="ruby-identifier">data</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">' '</span>)
- <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">key</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'parent'</span>
- <span class="ruby-identifier">hsh</span>[<span class="ruby-identifier">key</span>] <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">value</span>
- <span class="ruby-keyword kw">else</span>
- <span class="ruby-identifier">hsh</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span>
- <span class="ruby-keyword kw">end</span>
- <span class="ruby-keyword kw">else</span>
- <span class="ruby-identifier">in_message</span> = <span class="ruby-keyword kw">true</span>
- <span class="ruby-keyword kw">end</span>
- <span class="ruby-keyword kw">end</span>
- <span class="ruby-identifier">hsh</span>
+ <span class="ruby-identifier">sha</span> = <span class="ruby-identifier">sha</span>.<span class="ruby-identifier">to_s</span>
+ <span class="ruby-identifier">cdata</span> = <span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'cat-file'</span>, [<span class="ruby-value str">'commit'</span>, <span class="ruby-identifier">sha</span>])
+ <span class="ruby-identifier">process_commit_data</span>(<span class="ruby-identifier">cdata</span>, <span class="ruby-identifier">sha</span>)
<span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <div id="method-M000067" class="method-detail">
- <a name="M000067"></a>
+ <div id="method-M000069" class="method-detail">
+ <a name="M000069"></a>
<div class="method-heading">
- <a href="#M000067" class="method-signature">
+ <a href="#M000069" class="method-signature">
<span class="method-name">commit_tree</span><span class="method-args">(tree, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000067-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000067-source">
+ onclick="toggleCode('M000069-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000069-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 365</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 401</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit_tree</span>(<span class="ruby-identifier">tree</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:message</span>] = <span class="ruby-node">&quot;commit tree #{tree}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:message</span>]
<span class="ruby-identifier">t</span> = <span class="ruby-constant">Tempfile</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">'commit-message'</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span>
@@ -578,21 +561,21 @@ returns useful array of raw commit object data
</div>
</div>
- <div id="method-M000045" class="method-detail">
- <a name="M000045"></a>
+ <div id="method-M000047" class="method-detail">
+ <a name="M000047"></a>
<div class="method-heading">
- <a href="#M000045" class="method-signature">
+ <a href="#M000047" class="method-signature">
<span class="method-name">config_get</span><span class="method-args">(name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000045-source">
+ onclick="toggleCode('M000047-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000047-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 238</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 274</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">config_get</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'config'</span>, [<span class="ruby-value str">'--get'</span>, <span class="ruby-identifier">name</span>])
<span class="ruby-keyword kw">end</span>
@@ -601,21 +584,21 @@ returns useful array of raw commit object data
</div>
</div>
- <div id="method-M000046" class="method-detail">
- <a name="M000046"></a>
+ <div id="method-M000048" class="method-detail">
+ <a name="M000048"></a>
<div class="method-heading">
- <a href="#M000046" class="method-signature">
+ <a href="#M000048" class="method-signature">
<span class="method-name">config_list</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000046-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000046-source">
+ onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000048-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 242</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 278</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">config_list</span>
<span class="ruby-identifier">hsh</span> = {}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'config'</span>, [<span class="ruby-value str">'--list'</span>]).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -629,21 +612,21 @@ returns useful array of raw commit object data
</div>
</div>
- <div id="method-M000044" class="method-detail">
- <a name="M000044"></a>
+ <div id="method-M000046" class="method-detail">
+ <a name="M000046"></a>
<div class="method-heading">
- <a href="#M000044" class="method-signature">
+ <a href="#M000046" class="method-signature">
<span class="method-name">config_remote</span><span class="method-args">(name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000044-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000044-source">
+ onclick="toggleCode('M000046-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000046-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 229</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 265</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">config_remote</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-identifier">hsh</span> = {}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'config'</span>, [<span class="ruby-value str">'--get-regexp'</span>, <span class="ruby-node">&quot;remote.#{name}&quot;</span>]).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -657,11 +640,11 @@ returns useful array of raw commit object data
</div>
</div>
- <div id="method-M000047" class="method-detail">
- <a name="M000047"></a>
+ <div id="method-M000049" class="method-detail">
+ <a name="M000049"></a>
<div class="method-heading">
- <a href="#M000047" class="method-signature">
+ <a href="#M000049" class="method-signature">
<span class="method-name">config_set</span><span class="method-args">(name, value)</span>
</a>
</div>
@@ -671,10 +654,10 @@ returns useful array of raw commit object data
WRITE COMMANDS ##
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000047-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000047-source">
+ onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000049-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 253</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 289</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">config_set</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">value</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'config'</span>, [<span class="ruby-identifier">name</span>, <span class="ruby-node">&quot;'#{value}'&quot;</span>])
<span class="ruby-keyword kw">end</span>
@@ -683,11 +666,11 @@ WRITE COMMANDS ##
</div>
</div>
- <div id="method-M000041" class="method-detail">
- <a name="M000041"></a>
+ <div id="method-M000043" class="method-detail">
+ <a name="M000043"></a>
<div class="method-heading">
- <a href="#M000041" class="method-signature">
+ <a href="#M000043" class="method-signature">
<span class="method-name">diff_files</span><span class="method-args">()</span>
</a>
</div>
@@ -697,10 +680,10 @@ WRITE COMMANDS ##
compares the index and the working directory
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000041-source">
+ onclick="toggleCode('M000043-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000043-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 195</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 231</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff_files</span>
<span class="ruby-identifier">hsh</span> = {}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'diff-files'</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -716,21 +699,21 @@ compares the index and the working directory
</div>
</div>
- <div id="method-M000039" class="method-detail">
- <a name="M000039"></a>
+ <div id="method-M000041" class="method-detail">
+ <a name="M000041"></a>
<div class="method-heading">
- <a href="#M000039" class="method-signature">
+ <a href="#M000041" class="method-signature">
<span class="method-name">diff_full</span><span class="method-args">(obj1 = 'HEAD', obj2 = nil, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000039-source">
+ onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000041-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 165</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 201</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff_full</span>(<span class="ruby-identifier">obj1</span> = <span class="ruby-value str">'HEAD'</span>, <span class="ruby-identifier">obj2</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">diff_opts</span> = [<span class="ruby-value str">'-p'</span>]
<span class="ruby-identifier">diff_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">obj1</span>
@@ -744,11 +727,11 @@ compares the index and the working directory
</div>
</div>
- <div id="method-M000042" class="method-detail">
- <a name="M000042"></a>
+ <div id="method-M000044" class="method-detail">
+ <a name="M000044"></a>
<div class="method-heading">
- <a href="#M000042" class="method-signature">
+ <a href="#M000044" class="method-signature">
<span class="method-name">diff_index</span><span class="method-args">(treeish)</span>
</a>
</div>
@@ -758,10 +741,10 @@ compares the index and the working directory
compares the index and the repository
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000042-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000042-source">
+ onclick="toggleCode('M000044-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000044-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 207</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 243</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff_index</span>(<span class="ruby-identifier">treeish</span>)
<span class="ruby-identifier">hsh</span> = {}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'diff-index'</span>, <span class="ruby-identifier">treeish</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -777,21 +760,21 @@ compares the index and the repository
</div>
</div>
- <div id="method-M000040" class="method-detail">
- <a name="M000040"></a>
+ <div id="method-M000042" class="method-detail">
+ <a name="M000042"></a>
<div class="method-heading">
- <a href="#M000040" class="method-signature">
+ <a href="#M000042" class="method-signature">
<span class="method-name">diff_stats</span><span class="method-args">(obj1 = 'HEAD', obj2 = nil, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000040-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000040-source">
+ onclick="toggleCode('M000042-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000042-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 174</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 210</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff_stats</span>(<span class="ruby-identifier">obj1</span> = <span class="ruby-value str">'HEAD'</span>, <span class="ruby-identifier">obj2</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">diff_opts</span> = [<span class="ruby-value str">'--numstat'</span>]
<span class="ruby-identifier">diff_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">obj1</span>
@@ -816,21 +799,21 @@ compares the index and the repository
</div>
</div>
- <div id="method-M000061" class="method-detail">
- <a name="M000061"></a>
+ <div id="method-M000063" class="method-detail">
+ <a name="M000063"></a>
<div class="method-heading">
- <a href="#M000061" class="method-signature">
+ <a href="#M000063" class="method-signature">
<span class="method-name">fetch</span><span class="method-args">(remote)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000061-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000061-source">
+ onclick="toggleCode('M000063-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000063-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 337</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 373</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fetch</span>(<span class="ruby-identifier">remote</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'fetch'</span>, <span class="ruby-identifier">remote</span>.<span class="ruby-identifier">to_s</span>)
<span class="ruby-keyword kw">end</span>
@@ -839,11 +822,42 @@ compares the index and the repository
</div>
</div>
- <div id="method-M000038" class="method-detail">
- <a name="M000038"></a>
+ <div id="method-M000029" class="method-detail">
+ <a name="M000029"></a>
<div class="method-heading">
- <a href="#M000038" class="method-signature">
+ <a href="#M000029" class="method-signature">
+ <span class="method-name">full_log_commits</span><span class="method-args">(opts = {})</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000029-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000029-source">
+<pre>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 72</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">full_log_commits</span>(<span class="ruby-identifier">opts</span> = {})
+ <span class="ruby-identifier">arr_opts</span> = [<span class="ruby-value str">'--pretty=raw'</span>]
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;-#{opts[:count]}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:count</span>]
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;--since=\&quot;#{opts[:since]}\&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:since</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;#{opts[:between][0].to_s}..#{opts[:between][1].to_s}&quot;</span> <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>].<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">2</span>)
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'-- '</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:path_limiter</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:path_limiter</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
+
+ <span class="ruby-identifier">full_log</span> = <span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'log'</span>, <span class="ruby-identifier">arr_opts</span>, <span class="ruby-keyword kw">true</span>)
+ <span class="ruby-identifier">process_commit_data</span>(<span class="ruby-identifier">full_log</span>)
+ <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
+ <div id="method-M000040" class="method-detail">
+ <a name="M000040"></a>
+
+ <div class="method-heading">
+ <a href="#M000040" class="method-signature">
<span class="method-name">grep</span><span class="method-args">(string, opts = {})</span>
</a>
</div>
@@ -861,10 +875,10 @@ returns hash
</dd>
</dl>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000038-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000038-source">
+ onclick="toggleCode('M000040-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000040-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 146</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 182</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grep</span>(<span class="ruby-identifier">string</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>] = <span class="ruby-value str">'HEAD'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>]
@@ -933,32 +947,32 @@ READ COMMANDS ##
<span class="ruby-identifier">arr_opts</span> = [<span class="ruby-value str">'--pretty=oneline'</span>]
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;-#{opts[:count]}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:count</span>]
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;--since=\&quot;#{opts[:since]}\&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:since</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
- <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;#{opts[:between][0]}..#{opts[:between][1].to_s}&quot;</span> <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>].<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">2</span>)
+ <span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;#{opts[:between][0].to_s}..#{opts[:between][1].to_s}&quot;</span> <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:between</span>].<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">2</span>)
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:object</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'-- '</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:path_limiter</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:path_limiter</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">String</span>
- <span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'log'</span>, <span class="ruby-identifier">arr_opts</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">split</span>.<span class="ruby-identifier">first</span> }
+ <span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'log'</span>, <span class="ruby-identifier">arr_opts</span>, <span class="ruby-keyword kw">true</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">split</span>.<span class="ruby-identifier">first</span> }
<span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <div id="method-M000043" class="method-detail">
- <a name="M000043"></a>
+ <div id="method-M000045" class="method-detail">
+ <a name="M000045"></a>
<div class="method-heading">
- <a href="#M000043" class="method-signature">
+ <a href="#M000045" class="method-signature">
<span class="method-name">ls_files</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000043-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000043-source">
+ onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000045-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 218</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 254</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ls_files</span>
<span class="ruby-identifier">hsh</span> = {}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'ls-files'</span>, <span class="ruby-value str">'--stage'</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -973,21 +987,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000035" class="method-detail">
- <a name="M000035"></a>
+ <div id="method-M000037" class="method-detail">
+ <a name="M000037"></a>
<div class="method-heading">
- <a href="#M000035" class="method-signature">
+ <a href="#M000037" class="method-signature">
<span class="method-name">ls_tree</span><span class="method-args">(sha)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000035-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000035-source">
+ onclick="toggleCode('M000037-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000037-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 118</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 154</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ls_tree</span>(<span class="ruby-identifier">sha</span>)
<span class="ruby-identifier">data</span> = {<span class="ruby-value str">'blob'</span> =<span class="ruby-operator">&gt;</span> {}, <span class="ruby-value str">'tree'</span> =<span class="ruby-operator">&gt;</span> {}}
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'ls-tree'</span>, <span class="ruby-identifier">sha</span>.<span class="ruby-identifier">to_s</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
@@ -1002,21 +1016,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000055" class="method-detail">
- <a name="M000055"></a>
+ <div id="method-M000057" class="method-detail">
+ <a name="M000057"></a>
<div class="method-heading">
- <a href="#M000055" class="method-signature">
+ <a href="#M000057" class="method-signature">
<span class="method-name">merge</span><span class="method-args">(branch, message = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000055-source">
+ onclick="toggleCode('M000057-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000057-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 302</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 338</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">merge</span>(<span class="ruby-identifier">branch</span>, <span class="ruby-identifier">message</span> = <span class="ruby-keyword kw">nil</span>)
<span class="ruby-identifier">arr_opts</span> = []
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> [<span class="ruby-node">&quot;-m '#{message}'&quot;</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">message</span>
@@ -1028,21 +1042,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000030" class="method-detail">
- <a name="M000030"></a>
+ <div id="method-M000031" class="method-detail">
+ <a name="M000031"></a>
<div class="method-heading">
- <a href="#M000030" class="method-signature">
+ <a href="#M000031" class="method-signature">
<span class="method-name">namerev</span><span class="method-args">(string)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000030-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000030-source">
+ onclick="toggleCode('M000031-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000031-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 76</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 88</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">namerev</span>(<span class="ruby-identifier">string</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'name-rev'</span>, <span class="ruby-identifier">string</span>).<span class="ruby-identifier">split</span>[<span class="ruby-value">1</span>]
<span class="ruby-keyword kw">end</span>
@@ -1051,21 +1065,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000034" class="method-detail">
- <a name="M000034"></a>
+ <div id="method-M000036" class="method-detail">
+ <a name="M000036"></a>
<div class="method-heading">
- <a href="#M000034" class="method-signature">
+ <a href="#M000036" class="method-signature">
<span class="method-name">object_contents</span><span class="method-args">(sha)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000034-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000034-source">
+ onclick="toggleCode('M000036-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000036-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 114</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 150</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object_contents</span>(<span class="ruby-identifier">sha</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'cat-file'</span>, [<span class="ruby-value str">'-p'</span>, <span class="ruby-identifier">sha</span>])
<span class="ruby-keyword kw">end</span>
@@ -1074,21 +1088,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000032" class="method-detail">
- <a name="M000032"></a>
+ <div id="method-M000033" class="method-detail">
+ <a name="M000033"></a>
<div class="method-heading">
- <a href="#M000032" class="method-signature">
+ <a href="#M000033" class="method-signature">
<span class="method-name">object_size</span><span class="method-args">(sha)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000032-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000032-source">
+ onclick="toggleCode('M000033-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000033-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 84</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 96</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object_size</span>(<span class="ruby-identifier">sha</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'cat-file'</span>, [<span class="ruby-value str">'-s'</span>, <span class="ruby-identifier">sha</span>]).<span class="ruby-identifier">to_i</span>
<span class="ruby-keyword kw">end</span>
@@ -1097,21 +1111,21 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000031" class="method-detail">
- <a name="M000031"></a>
+ <div id="method-M000032" class="method-detail">
+ <a name="M000032"></a>
<div class="method-heading">
- <a href="#M000031" class="method-signature">
+ <a href="#M000032" class="method-signature">
<span class="method-name">object_type</span><span class="method-args">(sha)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000031-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000031-source">
+ onclick="toggleCode('M000032-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000032-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 80</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 92</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object_type</span>(<span class="ruby-identifier">sha</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'cat-file'</span>, [<span class="ruby-value str">'-t'</span>, <span class="ruby-identifier">sha</span>])
<span class="ruby-keyword kw">end</span>
@@ -1120,21 +1134,83 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000062" class="method-detail">
- <a name="M000062"></a>
+ <div id="method-M000035" class="method-detail">
+ <a name="M000035"></a>
<div class="method-heading">
- <a href="#M000062" class="method-signature">
+ <a href="#M000035" class="method-signature">
+ <span class="method-name">process_commit_data</span><span class="method-args">(data, sha = nil)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000035-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000035-source">
+<pre>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 107</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">process_commit_data</span>(<span class="ruby-identifier">data</span>, <span class="ruby-identifier">sha</span> = <span class="ruby-keyword kw">nil</span>)
+ <span class="ruby-identifier">in_message</span> = <span class="ruby-keyword kw">false</span>
+
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">sha</span>
+ <span class="ruby-identifier">hsh</span> = {<span class="ruby-value str">'sha'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">sha</span>, <span class="ruby-value str">'message'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">''</span>, <span class="ruby-value str">'parent'</span> =<span class="ruby-operator">&gt;</span> []}
+ <span class="ruby-keyword kw">else</span>
+ <span class="ruby-identifier">hsh_array</span> = []
+ <span class="ruby-keyword kw">end</span>
+
+ <span class="ruby-identifier">data</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">in_message</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">!=</span> <span class="ruby-value str">''</span>
+ <span class="ruby-identifier">hsh</span>[<span class="ruby-value str">'message'</span>] <span class="ruby-operator">+=</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">+</span> <span class="ruby-value str">&quot;\n&quot;</span>
+ <span class="ruby-keyword kw">end</span>
+
+ <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">line</span> <span class="ruby-operator">!=</span> <span class="ruby-value str">''</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">in_message</span>
+ <span class="ruby-identifier">data</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">split</span>
+ <span class="ruby-identifier">key</span> = <span class="ruby-identifier">data</span>.<span class="ruby-identifier">shift</span>
+ <span class="ruby-identifier">value</span> = <span class="ruby-identifier">data</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">' '</span>)
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">key</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'commit'</span>
+ <span class="ruby-identifier">sha</span> = <span class="ruby-identifier">value</span>
+ <span class="ruby-identifier">hsh_array</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">hsh</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">hsh</span>
+ <span class="ruby-identifier">hsh</span> = {<span class="ruby-value str">'sha'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">sha</span>, <span class="ruby-value str">'message'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">''</span>, <span class="ruby-value str">'parent'</span> =<span class="ruby-operator">&gt;</span> []}
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">key</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'parent'</span>
+ <span class="ruby-identifier">hsh</span>[<span class="ruby-identifier">key</span>] <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">value</span>
+ <span class="ruby-keyword kw">else</span>
+ <span class="ruby-identifier">hsh</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span>
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">in_message</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">==</span> <span class="ruby-value str">''</span>
+ <span class="ruby-identifier">in_message</span> = <span class="ruby-keyword kw">false</span>
+ <span class="ruby-keyword kw">else</span>
+ <span class="ruby-identifier">in_message</span> = <span class="ruby-keyword kw">true</span>
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span>
+
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">hsh_array</span>
+ <span class="ruby-identifier">hsh_array</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">hsh</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">hsh</span>
+ <span class="ruby-identifier">hsh_array</span>
+ <span class="ruby-keyword kw">else</span>
+ <span class="ruby-identifier">hsh</span>
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
+ <div id="method-M000064" class="method-detail">
+ <a name="M000064"></a>
+
+ <div class="method-heading">
+ <a href="#M000064" class="method-signature">
<span class="method-name">push</span><span class="method-args">(remote, branch = 'master')</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000062-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000062-source">
+ onclick="toggleCode('M000064-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000064-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 341</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 377</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">push</span>(<span class="ruby-identifier">remote</span>, <span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'push'</span>, [<span class="ruby-identifier">remote</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-identifier">branch</span>.<span class="ruby-identifier">to_s</span>])
<span class="ruby-keyword kw">end</span>
@@ -1143,11 +1219,11 @@ READ COMMANDS ##
</div>
</div>
- <div id="method-M000065" class="method-detail">
- <a name="M000065"></a>
+ <div id="method-M000067" class="method-detail">
+ <a name="M000067"></a>
<div class="method-heading">
- <a href="#M000065" class="method-signature">
+ <a href="#M000067" class="method-signature">
<span class="method-name">read_tree</span><span class="method-args">(treeish, opts = {})</span>
</a>
</div>
@@ -1157,10 +1233,10 @@ READ COMMANDS ##
reads a tree into the current index file
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000065-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000065-source">
+ onclick="toggleCode('M000067-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000067-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 354</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 390</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">read_tree</span>(<span class="ruby-identifier">treeish</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = []
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;--prefix=#{opts[:prefix]}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:prefix</span>]
@@ -1172,21 +1248,21 @@ reads a tree into the current index file
</div>
</div>
- <div id="method-M000056" class="method-detail">
- <a name="M000056"></a>
+ <div id="method-M000058" class="method-detail">
+ <a name="M000058"></a>
<div class="method-heading">
- <a href="#M000056" class="method-signature">
+ <a href="#M000058" class="method-signature">
<span class="method-name">remote_add</span><span class="method-args">(name, url, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000056-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000056-source">
+ onclick="toggleCode('M000058-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000058-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 309</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 345</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote_add</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">url</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = [<span class="ruby-value str">'add'</span>]
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'-f'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:with_fetch</span>]
@@ -1200,11 +1276,11 @@ reads a tree into the current index file
</div>
</div>
- <div id="method-M000057" class="method-detail">
- <a name="M000057"></a>
+ <div id="method-M000059" class="method-detail">
+ <a name="M000059"></a>
<div class="method-heading">
- <a href="#M000057" class="method-signature">
+ <a href="#M000059" class="method-signature">
<span class="method-name">remote_remove</span><span class="method-args">(name)</span>
</a>
</div>
@@ -1215,10 +1291,10 @@ this is documented as such, but seems broken for some reason i&#8217;ll try
to get around it some other way later
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000057-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000057-source">
+ onclick="toggleCode('M000059-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000059-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 320</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 356</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote_remove</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'remote'</span>, [<span class="ruby-value str">'rm'</span>, <span class="ruby-identifier">name</span>])
<span class="ruby-keyword kw">end</span>
@@ -1227,21 +1303,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000058" class="method-detail">
- <a name="M000058"></a>
+ <div id="method-M000060" class="method-detail">
+ <a name="M000060"></a>
<div class="method-heading">
- <a href="#M000058" class="method-signature">
+ <a href="#M000060" class="method-signature">
<span class="method-name">remotes</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000058-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000058-source">
+ onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000060-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 324</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 360</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remotes</span>
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'remote'</span>)
<span class="ruby-keyword kw">end</span>
@@ -1250,21 +1326,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000049" class="method-detail">
- <a name="M000049"></a>
+ <div id="method-M000051" class="method-detail">
+ <a name="M000051"></a>
<div class="method-heading">
- <a href="#M000049" class="method-signature">
+ <a href="#M000051" class="method-signature">
<span class="method-name">remove</span><span class="method-args">(path = '.', opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000049-source">
+ onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000051-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 262</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 298</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remove</span>(<span class="ruby-identifier">path</span> = <span class="ruby-value str">'.'</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">path</span> = <span class="ruby-identifier">path</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">' '</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">path</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Array</span>)
@@ -1279,21 +1355,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000064" class="method-detail">
- <a name="M000064"></a>
+ <div id="method-M000066" class="method-detail">
+ <a name="M000066"></a>
<div class="method-heading">
- <a href="#M000064" class="method-signature">
+ <a href="#M000066" class="method-signature">
<span class="method-name">repack</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000064-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000064-source">
+ onclick="toggleCode('M000066-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000066-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 349</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 385</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">repack</span>
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'repack'</span>, [<span class="ruby-value str">'-a'</span>, <span class="ruby-value str">'-d'</span>])
<span class="ruby-keyword kw">end</span>
@@ -1302,21 +1378,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000051" class="method-detail">
- <a name="M000051"></a>
+ <div id="method-M000053" class="method-detail">
+ <a name="M000053"></a>
<div class="method-heading">
- <a href="#M000051" class="method-signature">
+ <a href="#M000053" class="method-signature">
<span class="method-name">reset</span><span class="method-args">(commit, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000051-source">
+ onclick="toggleCode('M000053-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000053-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 278</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 314</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reset</span>(<span class="ruby-identifier">commit</span>, <span class="ruby-identifier">opts</span> = {})
<span class="ruby-identifier">arr_opts</span> = []
<span class="ruby-identifier">arr_opts</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'--hard'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-identifier">:hard</span>]
@@ -1328,21 +1404,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000029" class="method-detail">
- <a name="M000029"></a>
+ <div id="method-M000030" class="method-detail">
+ <a name="M000030"></a>
<div class="method-heading">
- <a href="#M000029" class="method-signature">
+ <a href="#M000030" class="method-signature">
<span class="method-name">revparse</span><span class="method-args">(string)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000029-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000029-source">
+ onclick="toggleCode('M000030-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000030-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 72</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 84</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">revparse</span>(<span class="ruby-identifier">string</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'rev-parse'</span>, <span class="ruby-identifier">string</span>)
<span class="ruby-keyword kw">end</span>
@@ -1351,21 +1427,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000060" class="method-detail">
- <a name="M000060"></a>
+ <div id="method-M000062" class="method-detail">
+ <a name="M000062"></a>
<div class="method-heading">
- <a href="#M000060" class="method-signature">
+ <a href="#M000062" class="method-signature">
<span class="method-name">tag</span><span class="method-args">(tag)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000060-source">
+ onclick="toggleCode('M000062-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000062-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 332</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 368</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tag</span>(<span class="ruby-identifier">tag</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'tag'</span>, <span class="ruby-identifier">tag</span>)
<span class="ruby-keyword kw">end</span>
@@ -1374,21 +1450,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000063" class="method-detail">
- <a name="M000063"></a>
+ <div id="method-M000065" class="method-detail">
+ <a name="M000065"></a>
<div class="method-heading">
- <a href="#M000063" class="method-signature">
+ <a href="#M000065" class="method-signature">
<span class="method-name">tag_sha</span><span class="method-args">(tag_name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000063-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000063-source">
+ onclick="toggleCode('M000065-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000065-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 345</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 381</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tag_sha</span>(<span class="ruby-identifier">tag_name</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'show-ref'</span>, [<span class="ruby-value str">'--tags'</span>, <span class="ruby-value str">'-s'</span>, <span class="ruby-identifier">tag_name</span>])
<span class="ruby-keyword kw">end</span>
@@ -1397,21 +1473,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000059" class="method-detail">
- <a name="M000059"></a>
+ <div id="method-M000061" class="method-detail">
+ <a name="M000061"></a>
<div class="method-heading">
- <a href="#M000059" class="method-signature">
+ <a href="#M000061" class="method-signature">
<span class="method-name">tags</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000059-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000059-source">
+ onclick="toggleCode('M000061-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000061-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 328</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 364</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tags</span>
<span class="ruby-identifier">command_lines</span>(<span class="ruby-value str">'tag'</span>)
<span class="ruby-keyword kw">end</span>
@@ -1420,21 +1496,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000068" class="method-detail">
- <a name="M000068"></a>
+ <div id="method-M000070" class="method-detail">
+ <a name="M000070"></a>
<div class="method-heading">
- <a href="#M000068" class="method-signature">
+ <a href="#M000070" class="method-signature">
<span class="method-name">update_ref</span><span class="method-args">(branch, commit)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000068-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000068-source">
+ onclick="toggleCode('M000070-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000070-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 379</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 415</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update_ref</span>(<span class="ruby-identifier">branch</span>, <span class="ruby-identifier">commit</span>)
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'update-ref'</span>, [<span class="ruby-identifier">branch</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">to_s</span>])
<span class="ruby-keyword kw">end</span>
@@ -1443,21 +1519,21 @@ to get around it some other way later
</div>
</div>
- <div id="method-M000066" class="method-detail">
- <a name="M000066"></a>
+ <div id="method-M000068" class="method-detail">
+ <a name="M000068"></a>
<div class="method-heading">
- <a href="#M000066" class="method-signature">
+ <a href="#M000068" class="method-signature">
<span class="method-name">write_tree</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000066-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000066-source">
+ onclick="toggleCode('M000068-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000068-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/lib.rb, line 361</span>
+<span class="ruby-comment cmt"># File lib/git/lib.rb, line 397</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_tree</span>
<span class="ruby-identifier">command</span>(<span class="ruby-value str">'write-tree'</span>)
<span class="ruby-keyword kw">end</span>
diff --git a/doc/classes/Git/Log.html b/doc/classes/Git/Log.html
index 08fff11..5d97ff5 100644
--- a/doc/classes/Git/Log.html
+++ b/doc/classes/Git/Log.html
@@ -175,7 +175,7 @@ object that holds the last X commits on given branch
<span class="ruby-comment cmt"># File lib/git/log.rb, line 42</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">between</span>(<span class="ruby-identifier">sha1</span>, <span class="ruby-identifier">sha2</span> = <span class="ruby-keyword kw">nil</span>)
<span class="ruby-identifier">dirty_log</span>
- <span class="ruby-ivar">@between</span> = [<span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">revparse</span>(<span class="ruby-identifier">sha1</span>), <span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">revparse</span>(<span class="ruby-identifier">sha2</span>)]
+ <span class="ruby-ivar">@between</span> = [<span class="ruby-identifier">sha1</span>, <span class="ruby-identifier">sha2</span>]
<span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">self</span>
<span class="ruby-keyword kw">end</span>
</pre>
@@ -351,7 +351,7 @@ forces git log to run
<pre>
<span class="ruby-comment cmt"># File lib/git/log.rb, line 48</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
- <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">sha</span> }.<span class="ruby-identifier">join</span>(<span class="ruby-value str">&quot;\n&quot;</span>)
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">to_s</span> }.<span class="ruby-identifier">join</span>(<span class="ruby-value str">&quot;\n&quot;</span>)
<span class="ruby-keyword kw">end</span>
</pre>
</div>
diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html
index a755c21..a5aad24 100644
--- a/doc/classes/Git/Object.html
+++ b/doc/classes/Git/Object.html
@@ -94,7 +94,7 @@ represents a git object
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000149">new</a>&nbsp;&nbsp;
+ <a href="#M000151">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -126,11 +126,11 @@ Class <a href="Object/Tree.html" class="link">Git::Object::Tree</a><br />
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000149" class="method-detail">
- <a name="M000149"></a>
+ <div id="method-M000151" class="method-detail">
+ <a name="M000151"></a>
<div class="method-heading">
- <a href="#M000149" class="method-signature">
+ <a href="#M000151" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, objectish, type = nil, is_tag = false)</span>
</a>
</div>
@@ -141,10 +141,10 @@ if we&#8217;re calling this, we don&#8217;t know what type it is yet so
this is our little factory method
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000149-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000149-source">
+ onclick="toggleCode('M000151-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000151-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 242</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 253</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">new</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">objectish</span>, <span class="ruby-identifier">type</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">is_tag</span> = <span class="ruby-keyword kw">false</span>)
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">is_tag</span>
<span class="ruby-identifier">sha</span> = <span class="ruby-identifier">base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">tag_sha</span>(<span class="ruby-identifier">objectish</span>)
diff --git a/doc/classes/Git/Object/AbstractObject.html b/doc/classes/Git/Object/AbstractObject.html
index 86529df..75cb746 100644
--- a/doc/classes/Git/Object/AbstractObject.html
+++ b/doc/classes/Git/Object/AbstractObject.html
@@ -86,21 +86,21 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000171">archive</a>&nbsp;&nbsp;
- <a href="#M000173">blob?</a>&nbsp;&nbsp;
- <a href="#M000174">commit?</a>&nbsp;&nbsp;
- <a href="#M000164">contents</a>&nbsp;&nbsp;
- <a href="#M000165">contents_array</a>&nbsp;&nbsp;
- <a href="#M000169">diff</a>&nbsp;&nbsp;
- <a href="#M000168">grep</a>&nbsp;&nbsp;
- <a href="#M000170">log</a>&nbsp;&nbsp;
- <a href="#M000161">new</a>&nbsp;&nbsp;
- <a href="#M000166">setup</a>&nbsp;&nbsp;
- <a href="#M000162">sha</a>&nbsp;&nbsp;
- <a href="#M000163">size</a>&nbsp;&nbsp;
- <a href="#M000175">tag?</a>&nbsp;&nbsp;
- <a href="#M000167">to_s</a>&nbsp;&nbsp;
- <a href="#M000172">tree?</a>&nbsp;&nbsp;
+ <a href="#M000175">archive</a>&nbsp;&nbsp;
+ <a href="#M000177">blob?</a>&nbsp;&nbsp;
+ <a href="#M000178">commit?</a>&nbsp;&nbsp;
+ <a href="#M000168">contents</a>&nbsp;&nbsp;
+ <a href="#M000169">contents_array</a>&nbsp;&nbsp;
+ <a href="#M000173">diff</a>&nbsp;&nbsp;
+ <a href="#M000172">grep</a>&nbsp;&nbsp;
+ <a href="#M000174">log</a>&nbsp;&nbsp;
+ <a href="#M000165">new</a>&nbsp;&nbsp;
+ <a href="#M000170">setup</a>&nbsp;&nbsp;
+ <a href="#M000166">sha</a>&nbsp;&nbsp;
+ <a href="#M000167">size</a>&nbsp;&nbsp;
+ <a href="#M000179">tag?</a>&nbsp;&nbsp;
+ <a href="#M000171">to_s</a>&nbsp;&nbsp;
+ <a href="#M000176">tree?</a>&nbsp;&nbsp;
</div>
</div>
@@ -150,19 +150,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000161" class="method-detail">
- <a name="M000161"></a>
+ <div id="method-M000165" class="method-detail">
+ <a name="M000165"></a>
<div class="method-heading">
- <a href="#M000161" class="method-signature">
+ <a href="#M000165" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, objectish)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000161-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000161-source">
+ onclick="toggleCode('M000165-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000165-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 17</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">objectish</span>)
@@ -177,11 +177,11 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000171" class="method-detail">
- <a name="M000171"></a>
+ <div id="method-M000175" class="method-detail">
+ <a name="M000175"></a>
<div class="method-heading">
- <a href="#M000171" class="method-signature">
+ <a href="#M000175" class="method-signature">
<span class="method-name">archive</span><span class="method-args">(file = nil, opts = {})</span>
</a>
</div>
@@ -191,8 +191,8 @@
creates an archive of this object (tree)
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000171-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000171-source">
+ onclick="toggleCode('M000175-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000175-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 63</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">archive</span>(<span class="ruby-identifier">file</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -203,19 +203,19 @@ creates an archive of this object (tree)
</div>
</div>
- <div id="method-M000173" class="method-detail">
- <a name="M000173"></a>
+ <div id="method-M000177" class="method-detail">
+ <a name="M000177"></a>
<div class="method-heading">
- <a href="#M000173" class="method-signature">
+ <a href="#M000177" class="method-signature">
<span class="method-name">blob?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000173-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000173-source">
+ onclick="toggleCode('M000177-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000177-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 71</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">blob?</span>
@@ -226,19 +226,19 @@ creates an archive of this object (tree)
</div>
</div>
- <div id="method-M000174" class="method-detail">
- <a name="M000174"></a>
+ <div id="method-M000178" class="method-detail">
+ <a name="M000178"></a>
<div class="method-heading">
- <a href="#M000174" class="method-signature">
+ <a href="#M000178" class="method-signature">
<span class="method-name">commit?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000174-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000174-source">
+ onclick="toggleCode('M000178-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000178-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 75</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">commit?</span>
@@ -249,11 +249,11 @@ creates an archive of this object (tree)
</div>
</div>
- <div id="method-M000164" class="method-detail">
- <a name="M000164"></a>
+ <div id="method-M000168" class="method-detail">
+ <a name="M000168"></a>
<div class="method-heading">
- <a href="#M000164" class="method-signature">
+ <a href="#M000168" class="method-signature">
<span class="method-name">contents</span><span class="method-args">()</span>
</a>
</div>
@@ -263,8 +263,8 @@ creates an archive of this object (tree)
caches the contents of this call in memory
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000164-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000164-source">
+ onclick="toggleCode('M000168-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000168-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 32</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">contents</span>
@@ -275,19 +275,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000165" class="method-detail">
- <a name="M000165"></a>
+ <div id="method-M000169" class="method-detail">
+ <a name="M000169"></a>
<div class="method-heading">
- <a href="#M000165" class="method-signature">
+ <a href="#M000169" class="method-signature">
<span class="method-name">contents_array</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000165-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000165-source">
+ onclick="toggleCode('M000169-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000169-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 36</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">contents_array</span>
@@ -298,19 +298,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000169" class="method-detail">
- <a name="M000169"></a>
+ <div id="method-M000173" class="method-detail">
+ <a name="M000173"></a>
<div class="method-heading">
- <a href="#M000169" class="method-signature">
+ <a href="#M000173" class="method-signature">
<span class="method-name">diff</span><span class="method-args">(objectish)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000169-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000169-source">
+ onclick="toggleCode('M000173-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000173-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 54</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff</span>(<span class="ruby-identifier">objectish</span>)
@@ -321,19 +321,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000168" class="method-detail">
- <a name="M000168"></a>
+ <div id="method-M000172" class="method-detail">
+ <a name="M000172"></a>
<div class="method-heading">
- <a href="#M000168" class="method-signature">
+ <a href="#M000172" class="method-signature">
<span class="method-name">grep</span><span class="method-args">(string, path_limiter = nil, opts = {})</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000168-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000168-source">
+ onclick="toggleCode('M000172-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000172-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 48</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grep</span>(<span class="ruby-identifier">string</span>, <span class="ruby-identifier">path_limiter</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
@@ -346,19 +346,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000170" class="method-detail">
- <a name="M000170"></a>
+ <div id="method-M000174" class="method-detail">
+ <a name="M000174"></a>
<div class="method-heading">
- <a href="#M000170" class="method-signature">
+ <a href="#M000174" class="method-signature">
<span class="method-name">log</span><span class="method-args">(count = 30)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000170-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000170-source">
+ onclick="toggleCode('M000174-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000174-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 58</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">count</span> = <span class="ruby-value">30</span>)
@@ -369,19 +369,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000166" class="method-detail">
- <a name="M000166"></a>
+ <div id="method-M000170" class="method-detail">
+ <a name="M000170"></a>
<div class="method-heading">
- <a href="#M000166" class="method-signature">
+ <a href="#M000170" class="method-signature">
<span class="method-name">setup</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000166-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000166-source">
+ onclick="toggleCode('M000170-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000170-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 40</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span>
@@ -392,19 +392,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000162" class="method-detail">
- <a name="M000162"></a>
+ <div id="method-M000166" class="method-detail">
+ <a name="M000166"></a>
<div class="method-heading">
- <a href="#M000162" class="method-signature">
+ <a href="#M000166" class="method-signature">
<span class="method-name">sha</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000162-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000162-source">
+ onclick="toggleCode('M000166-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000166-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 23</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sha</span>
@@ -415,19 +415,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000163" class="method-detail">
- <a name="M000163"></a>
+ <div id="method-M000167" class="method-detail">
+ <a name="M000167"></a>
<div class="method-heading">
- <a href="#M000163" class="method-signature">
+ <a href="#M000167" class="method-signature">
<span class="method-name">size</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000163-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000163-source">
+ onclick="toggleCode('M000167-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000167-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 27</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">size</span>
@@ -438,19 +438,19 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000175" class="method-detail">
- <a name="M000175"></a>
+ <div id="method-M000179" class="method-detail">
+ <a name="M000179"></a>
<div class="method-heading">
- <a href="#M000175" class="method-signature">
+ <a href="#M000179" class="method-signature">
<span class="method-name">tag?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000175-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000175-source">
+ onclick="toggleCode('M000179-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000179-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 79</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tag?</span>
@@ -461,42 +461,42 @@ caches the contents of this call in memory
</div>
</div>
- <div id="method-M000167" class="method-detail">
- <a name="M000167"></a>
+ <div id="method-M000171" class="method-detail">
+ <a name="M000171"></a>
<div class="method-heading">
- <a href="#M000167" class="method-signature">
+ <a href="#M000171" class="method-signature">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000167-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000167-source">
+ onclick="toggleCode('M000171-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000171-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 44</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
- <span class="ruby-identifier">sha</span>
+ <span class="ruby-ivar">@objectish</span>
<span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <div id="method-M000172" class="method-detail">
- <a name="M000172"></a>
+ <div id="method-M000176" class="method-detail">
+ <a name="M000176"></a>
<div class="method-heading">
- <a href="#M000172" class="method-signature">
+ <a href="#M000176" class="method-signature">
<span class="method-name">tree?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000172-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000172-source">
+ onclick="toggleCode('M000176-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000176-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 67</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tree?</span>
diff --git a/doc/classes/Git/Object/Blob.html b/doc/classes/Git/Object/Blob.html
index bf1551a..763183f 100644
--- a/doc/classes/Git/Object/Blob.html
+++ b/doc/classes/Git/Object/Blob.html
@@ -88,7 +88,7 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000177">new</a>&nbsp;&nbsp;
+ <a href="#M000181">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -110,19 +110,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000177" class="method-detail">
- <a name="M000177"></a>
+ <div id="method-M000181" class="method-detail">
+ <a name="M000181"></a>
<div class="method-heading">
- <a href="#M000177" class="method-signature">
+ <a href="#M000181" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, sha, mode = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000177-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000177-source">
+ onclick="toggleCode('M000181-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000181-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 88</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>, <span class="ruby-identifier">mode</span> = <span class="ruby-keyword kw">nil</span>)
diff --git a/doc/classes/Git/Object/Commit.html b/doc/classes/Git/Object/Commit.html
index 5e8e7bb..18ec570 100644
--- a/doc/classes/Git/Object/Commit.html
+++ b/doc/classes/Git/Object/Commit.html
@@ -88,17 +88,19 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000155">author</a>&nbsp;&nbsp;
- <a href="#M000156">author_date</a>&nbsp;&nbsp;
- <a href="#M000157">committer</a>&nbsp;&nbsp;
- <a href="#M000158">committer_date</a>&nbsp;&nbsp;
- <a href="#M000159">date</a>&nbsp;&nbsp;
- <a href="#M000160">diff_parent</a>&nbsp;&nbsp;
- <a href="#M000152">gtree</a>&nbsp;&nbsp;
- <a href="#M000150">message</a>&nbsp;&nbsp;
- <a href="#M000151">name</a>&nbsp;&nbsp;
- <a href="#M000153">parent</a>&nbsp;&nbsp;
- <a href="#M000154">parents</a>&nbsp;&nbsp;
+ <a href="#M000158">author</a>&nbsp;&nbsp;
+ <a href="#M000159">author_date</a>&nbsp;&nbsp;
+ <a href="#M000160">committer</a>&nbsp;&nbsp;
+ <a href="#M000161">committer_date</a>&nbsp;&nbsp;
+ <a href="#M000162">date</a>&nbsp;&nbsp;
+ <a href="#M000163">diff_parent</a>&nbsp;&nbsp;
+ <a href="#M000155">gtree</a>&nbsp;&nbsp;
+ <a href="#M000153">message</a>&nbsp;&nbsp;
+ <a href="#M000154">name</a>&nbsp;&nbsp;
+ <a href="#M000152">new</a>&nbsp;&nbsp;
+ <a href="#M000156">parent</a>&nbsp;&nbsp;
+ <a href="#M000157">parents</a>&nbsp;&nbsp;
+ <a href="#M000164">set_commit</a>&nbsp;&nbsp;
</div>
</div>
@@ -118,13 +120,41 @@
<!-- if method_list -->
<div id="methods">
+ <h3 class="section-bar">Public Class methods</h3>
+
+ <div id="method-M000152" class="method-detail">
+ <a name="M000152"></a>
+
+ <div class="method-heading">
+ <a href="#M000152" class="method-signature">
+ <span class="method-name">new</span><span class="method-args">(base, sha, init = nil)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000152-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000152-source">
+<pre>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 154</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>, <span class="ruby-identifier">init</span> = <span class="ruby-keyword kw">nil</span>)
+ <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>)
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">init</span>
+ <span class="ruby-identifier">set_commit</span>(<span class="ruby-identifier">init</span>)
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000155" class="method-detail">
- <a name="M000155"></a>
+ <div id="method-M000158" class="method-detail">
+ <a name="M000158"></a>
<div class="method-heading">
- <a href="#M000155" class="method-signature">
+ <a href="#M000158" class="method-signature">
<span class="method-name">author</span><span class="method-args">()</span>
</a>
</div>
@@ -134,10 +164,10 @@
git author
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000155-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000155-source">
+ onclick="toggleCode('M000158-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000158-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 179</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 186</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">author</span>
<span class="ruby-identifier">check_commit</span>
<span class="ruby-ivar">@author</span>
@@ -147,21 +177,21 @@ git author
</div>
</div>
- <div id="method-M000156" class="method-detail">
- <a name="M000156"></a>
+ <div id="method-M000159" class="method-detail">
+ <a name="M000159"></a>
<div class="method-heading">
- <a href="#M000156" class="method-signature">
+ <a href="#M000159" class="method-signature">
<span class="method-name">author_date</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000156-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000156-source">
+ onclick="toggleCode('M000159-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000159-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 184</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 191</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">author_date</span>
<span class="ruby-identifier">author</span>.<span class="ruby-identifier">date</span>
<span class="ruby-keyword kw">end</span>
@@ -170,11 +200,11 @@ git author
</div>
</div>
- <div id="method-M000157" class="method-detail">
- <a name="M000157"></a>
+ <div id="method-M000160" class="method-detail">
+ <a name="M000160"></a>
<div class="method-heading">
- <a href="#M000157" class="method-signature">
+ <a href="#M000160" class="method-signature">
<span class="method-name">committer</span><span class="method-args">()</span>
</a>
</div>
@@ -184,10 +214,10 @@ git author
git author
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000157-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000157-source">
+ onclick="toggleCode('M000160-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000160-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 189</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 196</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">committer</span>
<span class="ruby-identifier">check_commit</span>
<span class="ruby-ivar">@committer</span>
@@ -197,21 +227,21 @@ git author
</div>
</div>
- <div id="method-M000158" class="method-detail">
- <a name="M000158"></a>
+ <div id="method-M000161" class="method-detail">
+ <a name="M000161"></a>
<div class="method-heading">
- <a href="#M000158" class="method-signature">
+ <a href="#M000161" class="method-signature">
<span class="method-name">committer_date</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000158-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000158-source">
+ onclick="toggleCode('M000161-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000161-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 194</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 201</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">committer_date</span>
<span class="ruby-identifier">committer</span>.<span class="ruby-identifier">date</span>
<span class="ruby-keyword kw">end</span>
@@ -220,8 +250,8 @@ git author
</div>
</div>
- <div id="method-M000159" class="method-detail">
- <a name="M000159"></a>
+ <div id="method-M000162" class="method-detail">
+ <a name="M000162"></a>
<div class="method-heading">
<span class="method-name">date</span><span class="method-args">()</span>
@@ -229,26 +259,26 @@ git author
<div class="method-description">
<p>
-Alias for <a href="Commit.html#M000158">committer_date</a>
+Alias for <a href="Commit.html#M000161">committer_date</a>
</p>
</div>
</div>
- <div id="method-M000160" class="method-detail">
- <a name="M000160"></a>
+ <div id="method-M000163" class="method-detail">
+ <a name="M000163"></a>
<div class="method-heading">
- <a href="#M000160" class="method-signature">
+ <a href="#M000163" class="method-signature">
<span class="method-name">diff_parent</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000160-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000160-source">
+ onclick="toggleCode('M000163-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000163-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 199</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 206</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff_parent</span>
<span class="ruby-identifier">diff</span>(<span class="ruby-identifier">parent</span>)
<span class="ruby-keyword kw">end</span>
@@ -257,21 +287,21 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
</div>
</div>
- <div id="method-M000152" class="method-detail">
- <a name="M000152"></a>
+ <div id="method-M000155" class="method-detail">
+ <a name="M000155"></a>
<div class="method-heading">
- <a href="#M000152" class="method-signature">
+ <a href="#M000155" class="method-signature">
<span class="method-name">gtree</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000152-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000152-source">
+ onclick="toggleCode('M000155-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000155-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 163</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 170</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gtree</span>
<span class="ruby-identifier">check_commit</span>
<span class="ruby-constant">Tree</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-ivar">@tree</span>)
@@ -281,21 +311,21 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
</div>
</div>
- <div id="method-M000150" class="method-detail">
- <a name="M000150"></a>
+ <div id="method-M000153" class="method-detail">
+ <a name="M000153"></a>
<div class="method-heading">
- <a href="#M000150" class="method-signature">
+ <a href="#M000153" class="method-signature">
<span class="method-name">message</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000150-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000150-source">
+ onclick="toggleCode('M000153-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000153-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 154</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 161</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">message</span>
<span class="ruby-identifier">check_commit</span>
<span class="ruby-ivar">@message</span>
@@ -305,21 +335,21 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
</div>
</div>
- <div id="method-M000151" class="method-detail">
- <a name="M000151"></a>
+ <div id="method-M000154" class="method-detail">
+ <a name="M000154"></a>
<div class="method-heading">
- <a href="#M000151" class="method-signature">
+ <a href="#M000154" class="method-signature">
<span class="method-name">name</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000151-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000151-source">
+ onclick="toggleCode('M000154-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000154-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 159</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 166</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">name</span>
<span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">namerev</span>(<span class="ruby-identifier">sha</span>)
<span class="ruby-keyword kw">end</span>
@@ -328,21 +358,21 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
</div>
</div>
- <div id="method-M000153" class="method-detail">
- <a name="M000153"></a>
+ <div id="method-M000156" class="method-detail">
+ <a name="M000156"></a>
<div class="method-heading">
- <a href="#M000153" class="method-signature">
+ <a href="#M000156" class="method-signature">
<span class="method-name">parent</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000153-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000153-source">
+ onclick="toggleCode('M000156-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000156-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 168</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 175</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">parent</span>
<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">first</span>
<span class="ruby-keyword kw">end</span>
@@ -351,11 +381,11 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
</div>
</div>
- <div id="method-M000154" class="method-detail">
- <a name="M000154"></a>
+ <div id="method-M000157" class="method-detail">
+ <a name="M000157"></a>
<div class="method-heading">
- <a href="#M000154" class="method-signature">
+ <a href="#M000157" class="method-signature">
<span class="method-name">parents</span><span class="method-args">()</span>
</a>
</div>
@@ -365,10 +395,10 @@ Alias for <a href="Commit.html#M000158">committer_date</a>
array of all parent commits
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000154-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000154-source">
+ onclick="toggleCode('M000157-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000157-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 173</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 180</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">parents</span>
<span class="ruby-identifier">check_commit</span>
<span class="ruby-ivar">@parents</span>
@@ -378,6 +408,33 @@ array of all parent commits
</div>
</div>
+ <div id="method-M000164" class="method-detail">
+ <a name="M000164"></a>
+
+ <div class="method-heading">
+ <a href="#M000164" class="method-signature">
+ <span class="method-name">set_commit</span><span class="method-args">(data)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000164-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000164-source">
+<pre>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 210</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_commit</span>(<span class="ruby-identifier">data</span>)
+ <span class="ruby-ivar">@committer</span> = <span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">Author</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">data</span>[<span class="ruby-value str">'committer'</span>])
+ <span class="ruby-ivar">@author</span> = <span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">Author</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">data</span>[<span class="ruby-value str">'author'</span>])
+ <span class="ruby-ivar">@tree</span> = <span class="ruby-constant">Tree</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-identifier">data</span>[<span class="ruby-value str">'tree'</span>])
+ <span class="ruby-ivar">@parents</span> = <span class="ruby-identifier">data</span>[<span class="ruby-value str">'parent'</span>].<span class="ruby-identifier">map</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">sha</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-identifier">sha</span>) }
+ <span class="ruby-ivar">@message</span> = <span class="ruby-identifier">data</span>[<span class="ruby-value str">'message'</span>].<span class="ruby-identifier">chomp</span>
+ <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
</div>
diff --git a/doc/classes/Git/Object/Tag.html b/doc/classes/Git/Object/Tag.html
index 309aa0f..8c9c275 100644
--- a/doc/classes/Git/Object/Tag.html
+++ b/doc/classes/Git/Object/Tag.html
@@ -88,7 +88,7 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000176">new</a>&nbsp;&nbsp;
+ <a href="#M000180">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -123,21 +123,21 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000176" class="method-detail">
- <a name="M000176"></a>
+ <div id="method-M000180" class="method-detail">
+ <a name="M000180"></a>
<div class="method-heading">
- <a href="#M000176" class="method-signature">
+ <a href="#M000180" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, sha, name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000176-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000176-source">
+ onclick="toggleCode('M000180-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000180-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 226</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 237</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>, <span class="ruby-identifier">name</span>)
<span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>)
<span class="ruby-ivar">@name</span> = <span class="ruby-identifier">name</span>
diff --git a/doc/classes/Git/Object/Tree.html b/doc/classes/Git/Object/Tree.html
index d21bc9e..870df37 100644
--- a/doc/classes/Git/Object/Tree.html
+++ b/doc/classes/Git/Object/Tree.html
@@ -88,13 +88,13 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000180">blobs</a>&nbsp;&nbsp;
- <a href="#M000179">children</a>&nbsp;&nbsp;
- <a href="#M000181">files</a>&nbsp;&nbsp;
- <a href="#M000178">new</a>&nbsp;&nbsp;
- <a href="#M000184">subdirectories</a>&nbsp;&nbsp;
- <a href="#M000183">subtrees</a>&nbsp;&nbsp;
- <a href="#M000182">trees</a>&nbsp;&nbsp;
+ <a href="#M000184">blobs</a>&nbsp;&nbsp;
+ <a href="#M000183">children</a>&nbsp;&nbsp;
+ <a href="#M000185">files</a>&nbsp;&nbsp;
+ <a href="#M000182">new</a>&nbsp;&nbsp;
+ <a href="#M000188">subdirectories</a>&nbsp;&nbsp;
+ <a href="#M000187">subtrees</a>&nbsp;&nbsp;
+ <a href="#M000186">trees</a>&nbsp;&nbsp;
</div>
</div>
@@ -116,19 +116,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000178" class="method-detail">
- <a name="M000178"></a>
+ <div id="method-M000182" class="method-detail">
+ <a name="M000182"></a>
<div class="method-heading">
- <a href="#M000178" class="method-signature">
+ <a href="#M000182" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, sha, mode = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000178-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000178-source">
+ onclick="toggleCode('M000182-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000182-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 105</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>, <span class="ruby-identifier">mode</span> = <span class="ruby-keyword kw">nil</span>)
@@ -142,19 +142,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000180" class="method-detail">
- <a name="M000180"></a>
+ <div id="method-M000184" class="method-detail">
+ <a name="M000184"></a>
<div class="method-heading">
- <a href="#M000180" class="method-signature">
+ <a href="#M000184" class="method-signature">
<span class="method-name">blobs</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000180-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000180-source">
+ onclick="toggleCode('M000184-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000184-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 114</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">blobs</span>
@@ -166,19 +166,19 @@
</div>
</div>
- <div id="method-M000179" class="method-detail">
- <a name="M000179"></a>
+ <div id="method-M000183" class="method-detail">
+ <a name="M000183"></a>
<div class="method-heading">
- <a href="#M000179" class="method-signature">
+ <a href="#M000183" class="method-signature">
<span class="method-name">children</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000179-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000179-source">
+ onclick="toggleCode('M000183-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000183-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 110</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">children</span>
@@ -189,8 +189,8 @@
</div>
</div>
- <div id="method-M000181" class="method-detail">
- <a name="M000181"></a>
+ <div id="method-M000185" class="method-detail">
+ <a name="M000185"></a>
<div class="method-heading">
<span class="method-name">files</span><span class="method-args">()</span>
@@ -198,13 +198,13 @@
<div class="method-description">
<p>
-Alias for <a href="Tree.html#M000180">blobs</a>
+Alias for <a href="Tree.html#M000184">blobs</a>
</p>
</div>
</div>
- <div id="method-M000184" class="method-detail">
- <a name="M000184"></a>
+ <div id="method-M000188" class="method-detail">
+ <a name="M000188"></a>
<div class="method-heading">
<span class="method-name">subdirectories</span><span class="method-args">()</span>
@@ -212,13 +212,13 @@ Alias for <a href="Tree.html#M000180">blobs</a>
<div class="method-description">
<p>
-Alias for <a href="Tree.html#M000182">trees</a>
+Alias for <a href="Tree.html#M000186">trees</a>
</p>
</div>
</div>
- <div id="method-M000183" class="method-detail">
- <a name="M000183"></a>
+ <div id="method-M000187" class="method-detail">
+ <a name="M000187"></a>
<div class="method-heading">
<span class="method-name">subtrees</span><span class="method-args">()</span>
@@ -226,24 +226,24 @@ Alias for <a href="Tree.html#M000182">trees</a>
<div class="method-description">
<p>
-Alias for <a href="Tree.html#M000182">trees</a>
+Alias for <a href="Tree.html#M000186">trees</a>
</p>
</div>
</div>
- <div id="method-M000182" class="method-detail">
- <a name="M000182"></a>
+ <div id="method-M000186" class="method-detail">
+ <a name="M000186"></a>
<div class="method-heading">
- <a href="#M000182" class="method-signature">
+ <a href="#M000186" class="method-signature">
<span class="method-name">trees</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000182-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000182-source">
+ onclick="toggleCode('M000186-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000186-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 120</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">trees</span>
diff --git a/doc/classes/Git/Path.html b/doc/classes/Git/Path.html
index 5c18b32..a98f08d 100644
--- a/doc/classes/Git/Path.html
+++ b/doc/classes/Git/Path.html
@@ -88,10 +88,10 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000145">new</a>&nbsp;&nbsp;
- <a href="#M000146">readable?</a>&nbsp;&nbsp;
- <a href="#M000148">to_s</a>&nbsp;&nbsp;
- <a href="#M000147">writable?</a>&nbsp;&nbsp;
+ <a href="#M000147">new</a>&nbsp;&nbsp;
+ <a href="#M000148">readable?</a>&nbsp;&nbsp;
+ <a href="#M000150">to_s</a>&nbsp;&nbsp;
+ <a href="#M000149">writable?</a>&nbsp;&nbsp;
</div>
</div>
@@ -126,19 +126,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000145" class="method-detail">
- <a name="M000145"></a>
+ <div id="method-M000147" class="method-detail">
+ <a name="M000147"></a>
<div class="method-heading">
- <a href="#M000145" class="method-signature">
+ <a href="#M000147" class="method-signature">
<span class="method-name">new</span><span class="method-args">(path, check_path = true)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000145-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000145-source">
+ onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000147-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/path.rb, line 6</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">path</span>, <span class="ruby-identifier">check_path</span> = <span class="ruby-keyword kw">true</span>)
@@ -155,19 +155,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000146" class="method-detail">
- <a name="M000146"></a>
+ <div id="method-M000148" class="method-detail">
+ <a name="M000148"></a>
<div class="method-heading">
- <a href="#M000146" class="method-signature">
+ <a href="#M000148" class="method-signature">
<span class="method-name">readable?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000146-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000146-source">
+ onclick="toggleCode('M000148-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000148-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/path.rb, line 14</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">readable?</span>
@@ -178,19 +178,19 @@
</div>
</div>
- <div id="method-M000148" class="method-detail">
- <a name="M000148"></a>
+ <div id="method-M000150" class="method-detail">
+ <a name="M000150"></a>
<div class="method-heading">
- <a href="#M000148" class="method-signature">
+ <a href="#M000150" class="method-signature">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000148-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000148-source">
+ onclick="toggleCode('M000150-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000150-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/path.rb, line 22</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
@@ -201,19 +201,19 @@
</div>
</div>
- <div id="method-M000147" class="method-detail">
- <a name="M000147"></a>
+ <div id="method-M000149" class="method-detail">
+ <a name="M000149"></a>
<div class="method-heading">
- <a href="#M000147" class="method-signature">
+ <a href="#M000149" class="method-signature">
<span class="method-name">writable?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000147-source">
+ onclick="toggleCode('M000149-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000149-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/path.rb, line 18</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">writable?</span>
diff --git a/doc/classes/Git/Remote.html b/doc/classes/Git/Remote.html
index 7c3c2e6..60d4611 100644
--- a/doc/classes/Git/Remote.html
+++ b/doc/classes/Git/Remote.html
@@ -88,13 +88,13 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000202">branch</a>&nbsp;&nbsp;
- <a href="#M000200">fetch</a>&nbsp;&nbsp;
- <a href="#M000201">merge</a>&nbsp;&nbsp;
- <a href="#M000198">new</a>&nbsp;&nbsp;
- <a href="#M000199">remove</a>&nbsp;&nbsp;
+ <a href="#M000206">branch</a>&nbsp;&nbsp;
+ <a href="#M000204">fetch</a>&nbsp;&nbsp;
+ <a href="#M000205">merge</a>&nbsp;&nbsp;
+ <a href="#M000202">new</a>&nbsp;&nbsp;
<a href="#M000203">remove</a>&nbsp;&nbsp;
- <a href="#M000204">to_s</a>&nbsp;&nbsp;
+ <a href="#M000207">remove</a>&nbsp;&nbsp;
+ <a href="#M000208">to_s</a>&nbsp;&nbsp;
</div>
</div>
@@ -139,19 +139,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000198" class="method-detail">
- <a name="M000198"></a>
+ <div id="method-M000202" class="method-detail">
+ <a name="M000202"></a>
<div class="method-heading">
- <a href="#M000198" class="method-signature">
+ <a href="#M000202" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000198-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000198-source">
+ onclick="toggleCode('M000202-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000202-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 8</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">name</span>)
@@ -168,19 +168,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000202" class="method-detail">
- <a name="M000202"></a>
+ <div id="method-M000206" class="method-detail">
+ <a name="M000206"></a>
<div class="method-heading">
- <a href="#M000202" class="method-signature">
+ <a href="#M000206" class="method-signature">
<span class="method-name">branch</span><span class="method-args">(branch = 'master')</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000202-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000202-source">
+ onclick="toggleCode('M000206-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000206-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 29</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">branch</span>(<span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>)
@@ -191,19 +191,19 @@
</div>
</div>
- <div id="method-M000200" class="method-detail">
- <a name="M000200"></a>
+ <div id="method-M000204" class="method-detail">
+ <a name="M000204"></a>
<div class="method-heading">
- <a href="#M000200" class="method-signature">
+ <a href="#M000204" class="method-signature">
<span class="method-name">fetch</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000200-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000200-source">
+ onclick="toggleCode('M000204-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000204-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 20</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fetch</span>
@@ -214,11 +214,11 @@
</div>
</div>
- <div id="method-M000201" class="method-detail">
- <a name="M000201"></a>
+ <div id="method-M000205" class="method-detail">
+ <a name="M000205"></a>
<div class="method-heading">
- <a href="#M000201" class="method-signature">
+ <a href="#M000205" class="method-signature">
<span class="method-name">merge</span><span class="method-args">(branch = 'master')</span>
</a>
</div>
@@ -228,8 +228,8 @@
merge this remote locally
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000201-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000201-source">
+ onclick="toggleCode('M000205-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000205-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 25</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">merge</span>(<span class="ruby-identifier">branch</span> = <span class="ruby-value str">'master'</span>)
@@ -240,19 +240,19 @@ merge this remote locally
</div>
</div>
- <div id="method-M000199" class="method-detail">
- <a name="M000199"></a>
+ <div id="method-M000203" class="method-detail">
+ <a name="M000203"></a>
<div class="method-heading">
- <a href="#M000199" class="method-signature">
+ <a href="#M000203" class="method-signature">
<span class="method-name">remove</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000199-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000199-source">
+ onclick="toggleCode('M000203-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000203-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 16</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remove</span>
@@ -263,19 +263,19 @@ merge this remote locally
</div>
</div>
- <div id="method-M000203" class="method-detail">
- <a name="M000203"></a>
+ <div id="method-M000207" class="method-detail">
+ <a name="M000207"></a>
<div class="method-heading">
- <a href="#M000203" class="method-signature">
+ <a href="#M000207" class="method-signature">
<span class="method-name">remove</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000203-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000203-source">
+ onclick="toggleCode('M000207-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000207-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 33</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remove</span>
@@ -286,19 +286,19 @@ merge this remote locally
</div>
</div>
- <div id="method-M000204" class="method-detail">
- <a name="M000204"></a>
+ <div id="method-M000208" class="method-detail">
+ <a name="M000208"></a>
<div class="method-heading">
- <a href="#M000204" class="method-signature">
+ <a href="#M000208" class="method-signature">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000204-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000204-source">
+ onclick="toggleCode('M000208-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000208-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/remote.rb, line 37</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
diff --git a/doc/created.rid b/doc/created.rid
index f785fc6..7e12778 100644
--- a/doc/created.rid
+++ b/doc/created.rid
@@ -1 +1 @@
-Fri Nov 16 12:12:50 PST 2007
+Mon Nov 19 07:34:15 PST 2007
diff --git a/doc/files/lib/git/diff_rb.html b/doc/files/lib/git/diff_rb.html
index 79849e7..02d9996 100644
--- a/doc/files/lib/git/diff_rb.html
+++ b/doc/files/lib/git/diff_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Sat Nov 10 11:50:45 PST 2007</td>
+ <td>Sun Nov 18 12:41:48 PST 2007</td>
</tr>
</table>
</div>
diff --git a/doc/files/lib/git/lib_rb.html b/doc/files/lib/git/lib_rb.html
index 880a478..9c30b9c 100644
--- a/doc/files/lib/git/lib_rb.html
+++ b/doc/files/lib/git/lib_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Fri Nov 16 11:42:13 PST 2007</td>
+ <td>Mon Nov 19 06:43:24 PST 2007</td>
</tr>
</table>
</div>
diff --git a/doc/files/lib/git/log_rb.html b/doc/files/lib/git/log_rb.html
index 0d10862..9137288 100644
--- a/doc/files/lib/git/log_rb.html
+++ b/doc/files/lib/git/log_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Fri Nov 09 12:34:33 PST 2007</td>
+ <td>Mon Nov 19 06:46:17 PST 2007</td>
</tr>
</table>
</div>
diff --git a/doc/files/lib/git/object_rb.html b/doc/files/lib/git/object_rb.html
index 6493bfe..e656131 100644
--- a/doc/files/lib/git/object_rb.html
+++ b/doc/files/lib/git/object_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Thu Nov 15 17:08:18 PST 2007</td>
+ <td>Mon Nov 19 06:45:48 PST 2007</td>
</tr>
</table>
</div>
diff --git a/doc/fr_method_index.html b/doc/fr_method_index.html
index 6bb821e..dfb488a 100644
--- a/doc/fr_method_index.html
+++ b/doc/fr_method_index.html
@@ -20,210 +20,214 @@
<div id="index">
<h1 class="section-bar">Methods</h1>
<div id="index-entries">
+ <a href="classes/Git/Diff.html#M000198">[] (Git::Diff)</a><br />
<a href="classes/Git/Status.html#M000011">[] (Git::Status)</a><br />
- <a href="classes/Git/Branches.html#M000076">[] (Git::Branches)</a><br />
- <a href="classes/Git/Diff.html#M000194">[] (Git::Diff)</a><br />
- <a href="classes/Git/Lib.html#M000048">add (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000114">add (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000126">add_remote (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000129">add_tag (Git::Base)</a><br />
+ <a href="classes/Git/Branches.html#M000078">[] (Git::Branches)</a><br />
+ <a href="classes/Git/Lib.html#M000050">add (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000116">add (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000128">add_remote (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000131">add_tag (Git::Base)</a><br />
<a href="classes/Git/Status.html#M000007">added (Git::Status)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000171">archive (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Branch.html#M000080">archive (Git::Branch)</a><br />
- <a href="classes/Git/Lib.html#M000070">archive (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000130">archive (Git::Base)</a><br />
- <a href="classes/Git/Object/Commit.html#M000155">author (Git::Object::Commit)</a><br />
- <a href="classes/Git/Object/Commit.html#M000156">author_date (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Base.html#M000132">archive (Git::Base)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000175">archive (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Lib.html#M000072">archive (Git::Lib)</a><br />
+ <a href="classes/Git/Branch.html#M000082">archive (Git::Branch)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000158">author (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000159">author_date (Git::Object::Commit)</a><br />
<a href="classes/Git.html#M000001">bare (Git)</a><br />
- <a href="classes/Git/Base.html#M000089">bare (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000091">bare (Git::Base)</a><br />
<a href="classes/Git/Log.html#M000019">between (Git::Log)</a><br />
- <a href="classes/Git/Diff/DiffFile.html#M000197">blob (Git::Diff::DiffFile)</a><br />
<a href="classes/Git/Status/StatusFile.html#M000014">blob (Git::Status::StatusFile)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000173">blob? (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Object/Tree.html#M000180">blobs (Git::Object::Tree)</a><br />
- <a href="classes/Git/Base.html#M000109">branch (Git::Base)</a><br />
- <a href="classes/Git/Remote.html#M000202">branch (Git::Remote)</a><br />
- <a href="classes/Git/Lib.html#M000037">branch_current (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000053">branch_delete (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000052">branch_new (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000108">branches (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000036">branches_all (Git::Lib)</a><br />
+ <a href="classes/Git/Diff/DiffFile.html#M000201">blob (Git::Diff::DiffFile)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000177">blob? (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000184">blobs (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Base.html#M000111">branch (Git::Base)</a><br />
+ <a href="classes/Git/Remote.html#M000206">branch (Git::Remote)</a><br />
+ <a href="classes/Git/Lib.html#M000039">branch_current (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000055">branch_delete (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000054">branch_new (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000110">branches (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000038">branches_all (Git::Lib)</a><br />
<a href="classes/Git/Status.html#M000006">changed (Git::Status)</a><br />
- <a href="classes/Git/Base.html#M000099">chdir (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000054">checkout (Git::Lib)</a><br />
- <a href="classes/Git/Branch.html#M000079">checkout (Git::Branch)</a><br />
- <a href="classes/Git/Base.html#M000120">checkout (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000069">checkout_index (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000134">checkout_index (Git::Base)</a><br />
- <a href="classes/Git/Object/Tree.html#M000179">children (Git::Object::Tree)</a><br />
- <a href="classes/Git/Lib.html#M000027">clone (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000101">chdir (Git::Base)</a><br />
+ <a href="classes/Git/Branch.html#M000081">checkout (Git::Branch)</a><br />
+ <a href="classes/Git/Base.html#M000122">checkout (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000056">checkout (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000136">checkout_index (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000071">checkout_index (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000183">children (Git::Object::Tree)</a><br />
<a href="classes/Git.html#M000004">clone (Git)</a><br />
- <a href="classes/Git/Base.html#M000092">clone (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000118">commit (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000050">commit (Git::Lib)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000174">commit? (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Base.html#M000119">commit_all (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000033">commit_data (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000137">commit_tree (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000067">commit_tree (Git::Lib)</a><br />
- <a href="classes/Git/Object/Commit.html#M000157">committer (Git::Object::Commit)</a><br />
- <a href="classes/Git/Object/Commit.html#M000158">committer_date (Git::Object::Commit)</a><br />
- <a href="classes/Git/Base.html#M000101">config (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000045">config_get (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000046">config_list (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000044">config_remote (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000047">config_set (Git::Lib)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000164">contents (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000165">contents_array (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Branch.html#M000082">create (Git::Branch)</a><br />
- <a href="classes/Git/Branch.html#M000084">current (Git::Branch)</a><br />
- <a href="classes/Git/Base.html#M000144">current_branch (Git::Base)</a><br />
- <a href="classes/Git/Object/Commit.html#M000159">date (Git::Object::Commit)</a><br />
- <a href="classes/Git/Branch.html#M000083">delete (Git::Branch)</a><br />
+ <a href="classes/Git/Lib.html#M000027">clone (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000094">clone (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000120">commit (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000052">commit (Git::Lib)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000178">commit? (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Base.html#M000121">commit_all (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000034">commit_data (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000069">commit_tree (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000139">commit_tree (Git::Base)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000160">committer (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000161">committer_date (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Base.html#M000103">config (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000047">config_get (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000048">config_list (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000046">config_remote (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000049">config_set (Git::Lib)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000168">contents (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000169">contents_array (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Branch.html#M000084">create (Git::Branch)</a><br />
+ <a href="classes/Git/Branch.html#M000086">current (Git::Branch)</a><br />
+ <a href="classes/Git/Base.html#M000146">current_branch (Git::Base)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000162">date (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Branch.html#M000085">delete (Git::Branch)</a><br />
<a href="classes/Git/Status.html#M000008">deleted (Git::Status)</a><br />
- <a href="classes/Git/Diff.html#M000189">deletions (Git::Diff)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000169">diff (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Base.html#M000113">diff (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000041">diff_files (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000039">diff_full (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000042">diff_index (Git::Lib)</a><br />
- <a href="classes/Git/Object/Commit.html#M000160">diff_parent (Git::Object::Commit)</a><br />
- <a href="classes/Git/Lib.html#M000040">diff_stats (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000094">dir (Git::Base)</a><br />
- <a href="classes/Git/Diff.html#M000195">each (Git::Diff)</a><br />
- <a href="classes/Git/Log.html#M000022">each (Git::Log)</a><br />
+ <a href="classes/Git/Diff.html#M000193">deletions (Git::Diff)</a><br />
+ <a href="classes/Git/Base.html#M000115">diff (Git::Base)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000173">diff (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Lib.html#M000043">diff_files (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000041">diff_full (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000044">diff_index (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000163">diff_parent (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Lib.html#M000042">diff_stats (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000096">dir (Git::Base)</a><br />
<a href="classes/Git/Status.html#M000012">each (Git::Status)</a><br />
- <a href="classes/Git/Branches.html#M000075">each (Git::Branches)</a><br />
- <a href="classes/Git/Base.html#M000121">fetch (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000061">fetch (Git::Lib)</a><br />
- <a href="classes/Git/Remote.html#M000200">fetch (Git::Remote)</a><br />
- <a href="classes/Git/Object/Tree.html#M000181">files (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Diff.html#M000199">each (Git::Diff)</a><br />
+ <a href="classes/Git/Branches.html#M000077">each (Git::Branches)</a><br />
+ <a href="classes/Git/Log.html#M000022">each (Git::Log)</a><br />
+ <a href="classes/Git/Lib.html#M000063">fetch (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000123">fetch (Git::Base)</a><br />
+ <a href="classes/Git/Remote.html#M000204">fetch (Git::Remote)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000185">files (Git::Object::Tree)</a><br />
<a href="classes/Git/Log.html#M000023">first (Git::Log)</a><br />
- <a href="classes/Git/Base.html#M000105">gblob (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000104">gcommit (Git::Base)</a><br />
- <a href="classes/Git/Branch.html#M000078">gcommit (Git::Branch)</a><br />
- <a href="classes/Git/Base.html#M000112">grep (Git::Base)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000168">grep (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Lib.html#M000038">grep (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000103">gtree (Git::Base)</a><br />
- <a href="classes/Git/Object/Commit.html#M000152">gtree (Git::Object::Commit)</a><br />
- <a href="classes/Git/Branch.html#M000081">in_branch (Git::Branch)</a><br />
- <a href="classes/Git/Base.html#M000096">index (Git::Base)</a><br />
- <a href="classes/Git.html#M000003">init (Git)</a><br />
- <a href="classes/Git/Base.html#M000091">init (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000029">full_log_commits (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000107">gblob (Git::Base)</a><br />
+ <a href="classes/Git/Branch.html#M000080">gcommit (Git::Branch)</a><br />
+ <a href="classes/Git/Base.html#M000106">gcommit (Git::Base)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000172">grep (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Base.html#M000114">grep (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000040">grep (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000155">gtree (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Base.html#M000105">gtree (Git::Base)</a><br />
+ <a href="classes/Git/Branch.html#M000083">in_branch (Git::Branch)</a><br />
+ <a href="classes/Git/Base.html#M000098">index (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000093">init (Git::Base)</a><br />
<a href="classes/Git/Lib.html#M000026">init (Git::Lib)</a><br />
- <a href="classes/Git/Diff.html#M000190">insertions (Git::Diff)</a><br />
- <a href="classes/Git/Base.html#M000111">lib (Git::Base)</a><br />
- <a href="classes/Git/Diff.html#M000188">lines (Git::Diff)</a><br />
- <a href="classes/Git/Branches.html#M000072">local (Git::Branches)</a><br />
- <a href="classes/Git/Base.html#M000106">log (Git::Base)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000170">log (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git.html#M000003">init (Git)</a><br />
+ <a href="classes/Git/Diff.html#M000194">insertions (Git::Diff)</a><br />
+ <a href="classes/Git/Base.html#M000113">lib (Git::Base)</a><br />
+ <a href="classes/Git/Diff.html#M000192">lines (Git::Diff)</a><br />
+ <a href="classes/Git/Branches.html#M000074">local (Git::Branches)</a><br />
+ <a href="classes/Git/Base.html#M000108">log (Git::Base)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000174">log (Git::Object::AbstractObject)</a><br />
<a href="classes/Git/Lib.html#M000028">log_commits (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000043">ls_files (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000140">ls_files (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000035">ls_tree (Git::Lib)</a><br />
- <a href="classes/Git/Branch.html#M000085">merge (Git::Branch)</a><br />
- <a href="classes/Git/Remote.html#M000201">merge (Git::Remote)</a><br />
- <a href="classes/Git/Base.html#M000123">merge (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000055">merge (Git::Lib)</a><br />
- <a href="classes/Git/Object/Commit.html#M000150">message (Git::Object::Commit)</a><br />
- <a href="classes/Git/Object/Commit.html#M000151">name (Git::Object::Commit)</a><br />
- <a href="classes/Git/Lib.html#M000030">namerev (Git::Lib)</a><br />
- <a href="classes/Git/Object/Tree.html#M000178">new (Git::Object::Tree)</a><br />
- <a href="classes/Git/Diff.html#M000185">new (Git::Diff)</a><br />
- <a href="classes/Git/Branches.html#M000071">new (Git::Branches)</a><br />
- <a href="classes/Git/Log.html#M000015">new (Git::Log)</a><br />
+ <a href="classes/Git/Base.html#M000142">ls_files (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000045">ls_files (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000037">ls_tree (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000125">merge (Git::Base)</a><br />
+ <a href="classes/Git/Branch.html#M000087">merge (Git::Branch)</a><br />
+ <a href="classes/Git/Remote.html#M000205">merge (Git::Remote)</a><br />
+ <a href="classes/Git/Lib.html#M000057">merge (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000153">message (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000154">name (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Lib.html#M000031">namerev (Git::Lib)</a><br />
<a href="classes/Git/Lib.html#M000025">new (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Blob.html#M000181">new (Git::Object::Blob)</a><br />
+ <a href="classes/Git/Branch.html#M000079">new (Git::Branch)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000182">new (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000152">new (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Object.html#M000151">new (Git::Object)</a><br />
<a href="classes/Git/Status/StatusFile.html#M000013">new (Git::Status::StatusFile)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000165">new (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Path.html#M000147">new (Git::Path)</a><br />
+ <a href="classes/Git/Base.html#M000095">new (Git::Base)</a><br />
+ <a href="classes/Git/Log.html#M000015">new (Git::Log)</a><br />
<a href="classes/Git/Author.html#M000024">new (Git::Author)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000161">new (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Diff/DiffFile.html#M000196">new (Git::Diff::DiffFile)</a><br />
- <a href="classes/Git/Remote.html#M000198">new (Git::Remote)</a><br />
- <a href="classes/Git/Branch.html#M000077">new (Git::Branch)</a><br />
- <a href="classes/Git/Object/Tag.html#M000176">new (Git::Object::Tag)</a><br />
- <a href="classes/Git/Object.html#M000149">new (Git::Object)</a><br />
+ <a href="classes/Git/Diff/DiffFile.html#M000200">new (Git::Diff::DiffFile)</a><br />
<a href="classes/Git/Status.html#M000005">new (Git::Status)</a><br />
- <a href="classes/Git/Path.html#M000145">new (Git::Path)</a><br />
- <a href="classes/Git/Base.html#M000093">new (Git::Base)</a><br />
- <a href="classes/Git/Object/Blob.html#M000177">new (Git::Object::Blob)</a><br />
+ <a href="classes/Git/Diff.html#M000189">new (Git::Diff)</a><br />
+ <a href="classes/Git/Remote.html#M000202">new (Git::Remote)</a><br />
+ <a href="classes/Git/Branches.html#M000073">new (Git::Branches)</a><br />
+ <a href="classes/Git/Object/Tag.html#M000180">new (Git::Object::Tag)</a><br />
+ <a href="classes/Git/Base.html#M000104">object (Git::Base)</a><br />
<a href="classes/Git/Log.html#M000016">object (Git::Log)</a><br />
- <a href="classes/Git/Base.html#M000102">object (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000034">object_contents (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000032">object_size (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000031">object_type (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000090">open (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000036">object_contents (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000033">object_size (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000032">object_type (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000092">open (Git::Base)</a><br />
<a href="classes/Git.html#M000002">open (Git)</a><br />
- <a href="classes/Git/Object/Commit.html#M000153">parent (Git::Object::Commit)</a><br />
- <a href="classes/Git/Object/Commit.html#M000154">parents (Git::Object::Commit)</a><br />
- <a href="classes/Git/Diff.html#M000192">patch (Git::Diff)</a><br />
- <a href="classes/Git/Diff.html#M000186">path (Git::Diff)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000156">parent (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000157">parents (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Diff.html#M000196">patch (Git::Diff)</a><br />
+ <a href="classes/Git/Diff.html#M000190">path (Git::Diff)</a><br />
<a href="classes/Git/Log.html#M000017">path (Git::Log)</a><br />
<a href="classes/Git/Status.html#M000010">pretty (Git::Status)</a><br />
- <a href="classes/Git/Base.html#M000124">pull (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000062">push (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000122">push (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000065">read_tree (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000135">read_tree (Git::Base)</a><br />
- <a href="classes/Git/Path.html#M000146">readable? (Git::Path)</a><br />
- <a href="classes/Git/Base.html#M000110">remote (Git::Base)</a><br />
- <a href="classes/Git/Branches.html#M000073">remote (Git::Branches)</a><br />
- <a href="classes/Git/Lib.html#M000056">remote_add (Git::Lib)</a><br />
- <a href="classes/Git/Lib.html#M000057">remote_remove (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000125">remotes (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000058">remotes (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000035">process_commit_data (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000126">pull (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000064">push (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000124">push (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000137">read_tree (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000067">read_tree (Git::Lib)</a><br />
+ <a href="classes/Git/Path.html#M000148">readable? (Git::Path)</a><br />
+ <a href="classes/Git/Base.html#M000112">remote (Git::Base)</a><br />
+ <a href="classes/Git/Branches.html#M000075">remote (Git::Branches)</a><br />
+ <a href="classes/Git/Lib.html#M000058">remote_add (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000059">remote_remove (Git::Lib)</a><br />
+ <a href="classes/Git/Lib.html#M000060">remotes (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000127">remotes (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000117">remove (Git::Base)</a><br />
+ <a href="classes/Git/Remote.html#M000207">remove (Git::Remote)</a><br />
+ <a href="classes/Git/Lib.html#M000051">remove (Git::Lib)</a><br />
<a href="classes/Git/Remote.html#M000203">remove (Git::Remote)</a><br />
- <a href="classes/Git/Remote.html#M000199">remove (Git::Remote)</a><br />
- <a href="classes/Git/Lib.html#M000049">remove (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000115">remove (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000131">repack (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000064">repack (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000095">repo (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000100">repo_size (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000116">reset (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000051">reset (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000117">reset_hard (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000143">revparse (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000029">revparse (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000098">set_index (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000097">set_working (Git::Base)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000166">setup (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000162">sha (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Base.html#M000133">repack (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000066">repack (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000097">repo (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000102">repo_size (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000053">reset (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000118">reset (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000119">reset_hard (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000145">revparse (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000030">revparse (Git::Lib)</a><br />
+ <a href="classes/Git/Object/Commit.html#M000164">set_commit (Git::Object::Commit)</a><br />
+ <a href="classes/Git/Base.html#M000100">set_index (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000099">set_working (Git::Base)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000170">setup (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000166">sha (Git::Object::AbstractObject)</a><br />
<a href="classes/Git/Log.html#M000018">since (Git::Log)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000163">size (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Branches.html#M000074">size (Git::Branches)</a><br />
+ <a href="classes/Git/Branches.html#M000076">size (Git::Branches)</a><br />
<a href="classes/Git/Log.html#M000021">size (Git::Log)</a><br />
- <a href="classes/Git/Diff.html#M000187">size (Git::Diff)</a><br />
- <a href="classes/Git/Diff.html#M000191">stats (Git::Diff)</a><br />
- <a href="classes/Git/Base.html#M000107">status (Git::Base)</a><br />
- <a href="classes/Git/Object/Tree.html#M000184">subdirectories (Git::Object::Tree)</a><br />
- <a href="classes/Git/Object/Tree.html#M000183">subtrees (Git::Object::Tree)</a><br />
- <a href="classes/Git/Lib.html#M000060">tag (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000128">tag (Git::Base)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000175">tag? (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Lib.html#M000063">tag_sha (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000127">tags (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000059">tags (Git::Lib)</a><br />
- <a href="classes/Git/Branch.html#M000087">to_a (Git::Branch)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000167">size (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Diff.html#M000191">size (Git::Diff)</a><br />
+ <a href="classes/Git/Diff.html#M000195">stats (Git::Diff)</a><br />
+ <a href="classes/Git/Base.html#M000109">status (Git::Base)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000188">subdirectories (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000187">subtrees (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Base.html#M000130">tag (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000062">tag (Git::Lib)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000179">tag? (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Lib.html#M000065">tag_sha (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000129">tags (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000061">tags (Git::Lib)</a><br />
+ <a href="classes/Git/Branch.html#M000089">to_a (Git::Branch)</a><br />
+ <a href="classes/Git/Remote.html#M000208">to_s (Git::Remote)</a><br />
<a href="classes/Git/Log.html#M000020">to_s (Git::Log)</a><br />
- <a href="classes/Git/Branch.html#M000088">to_s (Git::Branch)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000167">to_s (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Diff.html#M000193">to_s (Git::Diff)</a><br />
- <a href="classes/Git/Path.html#M000148">to_s (Git::Path)</a><br />
- <a href="classes/Git/Remote.html#M000204">to_s (Git::Remote)</a><br />
- <a href="classes/Git/Object/AbstractObject.html#M000172">tree? (Git::Object::AbstractObject)</a><br />
- <a href="classes/Git/Object/Tree.html#M000182">trees (Git::Object::Tree)</a><br />
+ <a href="classes/Git/Diff.html#M000197">to_s (Git::Diff)</a><br />
+ <a href="classes/Git/Branch.html#M000090">to_s (Git::Branch)</a><br />
+ <a href="classes/Git/Path.html#M000150">to_s (Git::Path)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000171">to_s (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Object/AbstractObject.html#M000176">tree? (Git::Object::AbstractObject)</a><br />
+ <a href="classes/Git/Object/Tree.html#M000186">trees (Git::Object::Tree)</a><br />
<a href="classes/Git/Status.html#M000009">untracked (Git::Status)</a><br />
- <a href="classes/Git/Lib.html#M000068">update_ref (Git::Lib)</a><br />
- <a href="classes/Git/Branch.html#M000086">update_ref (Git::Branch)</a><br />
- <a href="classes/Git/Base.html#M000139">update_ref (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000132">with_index (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000133">with_temp_index (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000142">with_temp_working (Git::Base)</a><br />
- <a href="classes/Git/Base.html#M000141">with_working (Git::Base)</a><br />
- <a href="classes/Git/Path.html#M000147">writable? (Git::Path)</a><br />
- <a href="classes/Git/Base.html#M000138">write_and_commit_tree (Git::Base)</a><br />
- <a href="classes/Git/Lib.html#M000066">write_tree (Git::Lib)</a><br />
- <a href="classes/Git/Base.html#M000136">write_tree (Git::Base)</a><br />
+ <a href="classes/Git/Branch.html#M000088">update_ref (Git::Branch)</a><br />
+ <a href="classes/Git/Base.html#M000141">update_ref (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000070">update_ref (Git::Lib)</a><br />
+ <a href="classes/Git/Base.html#M000134">with_index (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000135">with_temp_index (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000144">with_temp_working (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000143">with_working (Git::Base)</a><br />
+ <a href="classes/Git/Path.html#M000149">writable? (Git::Path)</a><br />
+ <a href="classes/Git/Base.html#M000140">write_and_commit_tree (Git::Base)</a><br />
+ <a href="classes/Git/Base.html#M000138">write_tree (Git::Base)</a><br />
+ <a href="classes/Git/Lib.html#M000068">write_tree (Git::Lib)</a><br />
</div>
</div>
</body>