--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html Tue Oct 18 17:48:03 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html Wed Oct 19 13:39:16 2022 +0200 @@ -145,36 +145,40 @@ </p> <a NAME="GitBlameDialog.__generateItem" ID="GitBlameDialog.__generateItem"></a> <h4>GitBlameDialog.__generateItem</h4> -<b>__generateItem</b>(<i>commitId, author, date, time, lineno, text</i>) +<b>__generateItem</b>(<i>mark, commitId, author, date, time, lineno, text</i>) <p> Private method to generate a blame item in the annotation list. </p> <dl> -<dt><i>commitId</i></dt> +<dt><i>mark</i> (str)</dt> <dd> -commit identifier (string) +mark character </dd> -<dt><i>author</i></dt> +<dt><i>commitId</i> (str)</dt> <dd> -author of the change (string) +commit identifier </dd> -<dt><i>date</i></dt> +<dt><i>author</i> (str)</dt> <dd> -date of the change (string) +author of the change </dd> -<dt><i>time</i></dt> +<dt><i>date</i> (str)</dt> <dd> -time of the change (string) +date of the change </dd> -<dt><i>lineno</i></dt> +<dt><i>time</i> (str)</dt> <dd> -line number of the change (string) +time of the change </dd> -<dt><i>text</i></dt> +<dt><i>lineno</i> (str)</dt> <dd> -name (path) of the tag (string) +line number of the change +</dd> +<dt><i>text</i> (str)</dt> +<dd> +text line of the file </dd> </dl> <a NAME="GitBlameDialog.__procFinished" ID="GitBlameDialog.__procFinished"></a> @@ -296,16 +300,20 @@ </p> <a NAME="GitBlameDialog.start" ID="GitBlameDialog.start"></a> <h4>GitBlameDialog.start</h4> -<b>start</b>(<i>fn</i>) +<b>start</b>(<i>fn, skiplist=""</i>) <p> Public slot to start the blame command. </p> <dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -filename to show the blame for (string) +filename to show the blame for +</dd> +<dt><i>skiplist</i> (str)</dt> +<dd> +name of a skip list file </dd> </dl> <div align="right"><a href="#top">Up</a></div>