summaryrefslogtreecommitdiff
path: root/docs/modules/Index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/Index.html')
-rw-r--r--docs/modules/Index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/modules/Index.html b/docs/modules/Index.html
index 8857b39..b4acc6a 100644
--- a/docs/modules/Index.html
+++ b/docs/modules/Index.html
@@ -116,6 +116,10 @@
<a href="../modules/git2.html">git2</a>
</li>
+ <li>
+ <a href="../modules/merge.html">merge</a>
+ </li>
+
</ul>
@@ -208,7 +212,7 @@
</tr>
<tr>
- <td class="name" nowrap><a href="#Index:read_tree">Index:read_tree</a>&nbsp;(tree)</td>
+ <td class="name" nowrap><a href="#Index:read_tree">Index:read_tree</a>&nbsp;(tree, should_be_null)</td>
<td class="summary">object method.</td>
</tr>
@@ -626,7 +630,7 @@ object method. <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/
-<dt><a name="Index:read_tree"></a><strong>Index:read_tree</strong>&nbsp;(tree)</dt>
+<dt><a name="Index:read_tree"></a><strong>Index:read_tree</strong>&nbsp;(tree, should_be_null)</dt>
<dd>
object method. <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_read_tree">git_index_read_tree</a>:<p><p>The current index contents will be replaced by the specified tree.
@@ -638,6 +642,10 @@ object method. <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/
tree: tree to read. Must be of type <a href="Tree.html">Tree</a>.
</li>
+ <li>
+ should_be_null: Must be of type <code>lightuserdata</code>.
+ </li>
+
</ul>