--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Mon Sep 27 16:41:31 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Mon Sep 27 16:44:54 2021 +0200 @@ -419,6 +419,10 @@ <td>Public method used to add a file/directory in binary mode to the Git repository.</td> </tr> <tr> +<td><a href="#Git.vcsAddCommitMessage">vcsAddCommitMessage</a></td> +<td>Public method to add a commit message to the list of saved messages.</td> +</tr> +<tr> <td><a href="#Git.vcsAddTree">vcsAddTree</a></td> <td>Public method to add a directory tree rooted at path to the Git repository.</td> </tr> @@ -435,6 +439,10 @@ <td>Public method used to cleanup the working directory.</td> </tr> <tr> +<td><a href="#Git.vcsClearCommitMessages">vcsClearCommitMessages</a></td> +<td>Public method to clear the list of saved messages.</td> +</tr> +<tr> <td><a href="#Git.vcsCommandLine">vcsCommandLine</a></td> <td>Public method used to execute arbitrary Git commands.</td> </tr> @@ -443,6 +451,10 @@ <td>Public method used to make the change of a file/directory permanent in the Git repository.</td> </tr> <tr> +<td><a href="#Git.vcsCommitMessages">vcsCommitMessages</a></td> +<td>Public method to get the list of saved commit messages.</td> +</tr> +<tr> <td><a href="#Git.vcsConvertProject">vcsConvertProject</a></td> <td>Public method to convert an uncontrolled project to a version controlled project.</td> </tr> @@ -2262,6 +2274,20 @@ flag indicating name is a directory (boolean) </dd> </dl> +<a NAME="Git.vcsAddCommitMessage" ID="Git.vcsAddCommitMessage"></a> +<h4>Git.vcsAddCommitMessage</h4> +<b>vcsAddCommitMessage</b>(<i>message</i>) + +<p> + Public method to add a commit message to the list of saved messages. +</p> +<dl> + +<dt><i>message</i> (str)</dt> +<dd> +message to be added +</dd> +</dl> <a NAME="Git.vcsAddTree" ID="Git.vcsAddTree"></a> <h4>Git.vcsAddTree</h4> <b>vcsAddTree</b>(<i>path</i>) @@ -2356,6 +2382,13 @@ directory name to be cleaned up (string) </dd> </dl> +<a NAME="Git.vcsClearCommitMessages" ID="Git.vcsClearCommitMessages"></a> +<h4>Git.vcsClearCommitMessages</h4> +<b>vcsClearCommitMessages</b>(<i></i>) + +<p> + Public method to clear the list of saved messages. +</p> <a NAME="Git.vcsCommandLine" ID="Git.vcsCommandLine"></a> <h4>Git.vcsCommandLine</h4> <b>vcsCommandLine</b>(<i>name</i>) @@ -2402,6 +2435,25 @@ flag indicating to amend the HEAD commit (boolean) </dd> </dl> +<a NAME="Git.vcsCommitMessages" ID="Git.vcsCommitMessages"></a> +<h4>Git.vcsCommitMessages</h4> +<b>vcsCommitMessages</b>(<i></i>) + +<p> + Public method to get the list of saved commit messages. +</p> +<dl> +<dt>Return:</dt> +<dd> +list of saved commit messages +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="Git.vcsConvertProject" ID="Git.vcsConvertProject"></a> <h4>Git.vcsConvertProject</h4> <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>)