--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Thu May 25 19:52:31 2023 +0200 @@ -436,7 +436,7 @@ </tr> <tr> <td><a href="#Git.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> -<td>Public method used to get the registered states of a number of files in the vcs.</td> +<td></td> </tr> <tr> <td><a href="#Git.vcsCheckout">vcsCheckout</a></td> @@ -496,7 +496,7 @@ </tr> <tr> <td><a href="#Git.vcsInit">vcsInit</a></td> -<td>Public method used to initialize the Git repository.</td> +<td></td> </tr> <tr> <td><a href="#Git.vcsInitConfig">vcsInitConfig</a></td> @@ -1598,7 +1598,7 @@ </dl> <a NAME="Git.gitGetTagsList" ID="Git.gitGetTagsList"></a> <h4>Git.gitGetTagsList</h4> -<b>gitGetTagsList</b>(<i>repodir, withType=False</i>) +<b>gitGetTagsList</b>(<i>repodir</i>) <p> Public method to get the list of tags. @@ -1609,10 +1609,6 @@ <dd> directory name of the repository (string) </dd> -<dt><i>withType</i></dt> -<dd> -flag indicating to get the tag type as well (boolean) -</dd> </dl> <dl> <dt>Return:</dt> @@ -2360,37 +2356,6 @@ <h4>Git.vcsAllRegisteredStates</h4> <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>) -<p> - Public method used to get the registered states of a number of files - in the vcs. -</p> -<p> - <b>Note:</b> If a shortcut is to be taken, the code will only check, - if the named directory has been scanned already. If so, it is assumed, - that the states for all files have been populated by the previous run. -</p> -<dl> - -<dt><i>names</i></dt> -<dd> -dictionary with all filenames to be checked as keys -</dd> -<dt><i>dname</i></dt> -<dd> -directory to check in (string) -</dd> -<dt><i>shortcut</i></dt> -<dd> -flag indicating a shortcut should be taken (boolean) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error -</dd> -</dl> <a NAME="Git.vcsCheckout" ID="Git.vcsCheckout"></a> <h4>Git.vcsCheckout</h4> <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) @@ -2698,31 +2663,6 @@ <h4>Git.vcsInit</h4> <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) -<p> - Public method used to initialize the Git repository. -</p> -<p> - The initialization is done, when a project is converted into a - Git controlled project. Therefore we always return TRUE without - doing anything. -</p> -<dl> - -<dt><i>vcsDir</i></dt> -<dd> -name of the VCS directory (string) -</dd> -<dt><i>noDialog</i></dt> -<dd> -flag indicating quiet operations (boolean) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -always TRUE -</dd> -</dl> <a NAME="Git.vcsInitConfig" ID="Git.vcsInitConfig"></a> <h4>Git.vcsInitConfig</h4> <b>vcsInitConfig</b>(<i>project</i>)