diff options
| author | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-16 13:24:30 -0800 |
|---|---|---|
| committer | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-16 13:24:30 -0800 |
| commit | bc60052b519b8b991e50b8ccb30f2b76ad125996 (patch) | |
| tree | c7e50409f58e58c852793544a901850498c00f9b /doc/classes/Git/Remote.html | |
| parent | be47ad8aea4f854fc2d6773456fb28f3e9f519e7 (diff) | |
| download | third_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.tar.gz third_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.tar.xz third_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.zip | |
updated the docs
Diffstat (limited to 'doc/classes/Git/Remote.html')
| -rw-r--r-- | doc/classes/Git/Remote.html | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/doc/classes/Git/Remote.html b/doc/classes/Git/Remote.html index ebe825f..7c3c2e6 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="#M000170">branch</a> - <a href="#M000168">fetch</a> - <a href="#M000169">merge</a> - <a href="#M000166">new</a> - <a href="#M000167">remove</a> - <a href="#M000171">remove</a> - <a href="#M000172">to_s</a> + <a href="#M000202">branch</a> + <a href="#M000200">fetch</a> + <a href="#M000201">merge</a> + <a href="#M000198">new</a> + <a href="#M000199">remove</a> + <a href="#M000203">remove</a> + <a href="#M000204">to_s</a> </div> </div> @@ -139,19 +139,19 @@ <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000166" class="method-detail"> - <a name="M000166"></a> + <div id="method-M000198" class="method-detail"> + <a name="M000198"></a> <div class="method-heading"> - <a href="#M000166" class="method-signature"> + <a href="#M000198" 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('M000166-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000166-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/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-M000170" class="method-detail"> - <a name="M000170"></a> + <div id="method-M000202" class="method-detail"> + <a name="M000202"></a> <div class="method-heading"> - <a href="#M000170" class="method-signature"> + <a href="#M000202" 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('M000170-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000170-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 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-M000168" class="method-detail"> - <a name="M000168"></a> + <div id="method-M000200" class="method-detail"> + <a name="M000200"></a> <div class="method-heading"> - <a href="#M000168" class="method-signature"> + <a href="#M000200" 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('M000168-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000168-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/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-M000169" class="method-detail"> - <a name="M000169"></a> + <div id="method-M000201" class="method-detail"> + <a name="M000201"></a> <div class="method-heading"> - <a href="#M000169" class="method-signature"> + <a href="#M000201" 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('M000169-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000169-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/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-M000167" class="method-detail"> - <a name="M000167"></a> + <div id="method-M000199" class="method-detail"> + <a name="M000199"></a> <div class="method-heading"> - <a href="#M000167" class="method-signature"> + <a href="#M000199" 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('M000167-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000167-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/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-M000171" class="method-detail"> - <a name="M000171"></a> + <div id="method-M000203" class="method-detail"> + <a name="M000203"></a> <div class="method-heading"> - <a href="#M000171" 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('M000171-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000171-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 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-M000172" class="method-detail"> - <a name="M000172"></a> + <div id="method-M000204" class="method-detail"> + <a name="M000204"></a> <div class="method-heading"> - <a href="#M000172" class="method-signature"> + <a href="#M000204" 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('M000172-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000172-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 37</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span> |
