src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html

branch
eric7
changeset 9616
13aa04c979d7
parent 9421
989ee2535d59
child 9620
9563c83ce83d
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html	Mon Dec 12 19:50:37 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html	Tue Dec 13 14:03:13 2022 +0100
@@ -99,6 +99,10 @@
 <td>Public method to clear the status cache.</td>
 </tr>
 <tr>
+<td><a href="#Git.findRepoRoot">findRepoRoot</a></td>
+<td>Public method to find the repository root directory given a start.</td>
+</tr>
+<tr>
 <td><a href="#Git.getPlugin">getPlugin</a></td>
 <td>Public method to get a reference to the plugin object.</td>
 </tr>
@@ -756,6 +760,32 @@
 <p>
         Public method to clear the status cache.
 </p>
+<a NAME="Git.findRepoRoot" ID="Git.findRepoRoot"></a>
+<h4>Git.findRepoRoot</h4>
+<b>findRepoRoot</b>(<i>start</i>)
+
+<p>
+        Public method to find the repository root directory given a start.
+</p>
+<dl>
+
+<dt><i>start</i> (str)</dt>
+<dd>
+start directory name
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+directory name of the repository root or None, if it was not found
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str or None
+</dd>
+</dl>
 <a NAME="Git.getPlugin" ID="Git.getPlugin"></a>
 <h4>Git.getPlugin</h4>
 <b>getPlugin</b>(<i></i>)

eric ide

mercurial