eric7/Documentation/Source/index-eric7.Plugins.VcsPlugins.vcsGit.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/index-eric7.Plugins.VcsPlugins.vcsGit.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Plugins.VcsPlugins.vcsGit</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>eric7.Plugins.VcsPlugins.vcsGit</h1>
+
+<p>
+Package implementing the vcs interface to Git.
+</p>
+<p>
+It consists of the git class, the project helper classes and some
+Git specific dialogs.
+</p>
+
+<h3>Packages</h3>
+<table>
+
+<tr>
+<td><a href="index-eric7.Plugins.VcsPlugins.vcsGit.ConfigurationPage.html">ConfigurationPage</a></td>
+<td>Package implementing the the Git configuration page.</td>
+</tr>
+</table>
+
+<h3>Modules</h3>
+<table>
+
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.Config.html">Config</a></td>
+<td>Module defining configuration variables for the Git package.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html">GitAddRemoteDialog</a></td>
+<td>Module implementing a dialog to enter the data of a remote repository.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html">GitApplyBundleDataDialog</a></td>
+<td>Module implementing a dialog to enter the data for applying a bundle.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html">GitArchiveDataDialog</a></td>
+<td>Module implementing a dialog to enter the data for the creation of an archive.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html">GitBisectLogBrowserDialog</a></td>
+<td>Module implementing a dialog to browse the bisect log history.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html">GitBisectStartDialog</a></td>
+<td>Module implementing a dialog to enter the data for an extended bisect start.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html">GitBlameDialog</a></td>
+<td>Module implementing a dialog to show the output of git blame.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html">GitBranchDialog</a></td>
+<td>Module implementing a dialog to enter the data for a branching operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html">GitBranchPushDialog</a></td>
+<td>Module implementing a dialog to select the data for pushing a branch.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html">GitBundleDialog</a></td>
+<td>Module implementing a dialog to enter the data for a bundle operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html">GitChangeRemoteUrlDialog</a></td>
+<td>Module implementing a dialog to change the URL of a remote git repository.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html">GitCherryPickDialog</a></td>
+<td>Module implementing a dialog to enter cherry-pick data.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html">GitCommandDialog</a></td>
+<td>Module implementing the Git command dialog.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html">GitCommitDialog</a></td>
+<td>Module implementing a dialog to enter the commit message.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html">GitCopyDialog</a></td>
+<td>Module implementing a dialog to enter the data for a copy or rename operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDescribeDialog.html">GitDescribeDialog</a></td>
+<td>Module implementing a dialog to show the results of the git describe action.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDialog.html">GitDialog</a></td>
+<td>Module implementing a dialog starting a process and showing its output.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html">GitDiffDialog</a></td>
+<td>Module implementing a dialog to show the output of the git diff command process.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html">GitDiffGenerator</a></td>
+<td>Module implementing a class to generate the output of the git diff command process.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDiffHighlighter.html">GitDiffHighlighter</a></td>
+<td>Module implementing a syntax highlighter for diff outputs.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitDiffParser.html">GitDiffParser</a></td>
+<td>Module implementing a class to store and parse diff output.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html">GitFetchDialog</a></td>
+<td>Module implementing a dialog to enter data for a Fetch operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitListDialog.html">GitListDialog</a></td>
+<td>Module implementing a dialog to select from a list.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html">GitLogBrowserDialog</a></td>
+<td>Module implementing a dialog to browse the log history.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html">GitMergeDialog</a></td>
+<td>Module implementing a dialog to enter the merge data.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.html">GitNewProjectOptionsDialog</a></td>
+<td>Module implementing the Git Options Dialog for a new project from the repository.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html">GitOptionsDialog</a></td>
+<td>Module implementing a dialog to enter options used to start a project in the VCS.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html">GitPatchFilesDialog</a></td>
+<td>Module implementing a dialog to select a list of patch files.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html">GitPatchStatisticsDialog</a></td>
+<td>Module implementing a dialog to show some patch file statistics.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitPullDialog.html">GitPullDialog</a></td>
+<td>Module implementing a dialog to enter data for a Pull operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitPushDialog.html">GitPushDialog</a></td>
+<td>Module implementing a dialog to enter data for a Push operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html">GitReflogBrowserDialog</a></td>
+<td>Module implementing a dialog to browse the reflog history.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html">GitRemoteCredentialsDialog</a></td>
+<td>Module implementing a dialog to enter the data of a remote repository.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html">GitRemoteRepositoriesDialog</a></td>
+<td>Module implementing a dialog to show available remote repositories.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html">GitRevisionSelectionDialog</a></td>
+<td>Module implementing a dialog to select a revision.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html">GitRevisionsSelectionDialog</a></td>
+<td>Module implementing a dialog to enter the revisions for the git diff command.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.html">GitStashBrowserDialog</a></td>
+<td>Module implementing a dialog to show the stashes.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html">GitStashDataDialog</a></td>
+<td>Module implementing a dialog to enter the data for a stash operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html">GitStatusDialog</a></td>
+<td>Module implementing a dialog to show the output of the git status command process.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html">GitStatusMonitorThread</a></td>
+<td>Module implementing the VCS status monitor thread class for Git.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.html">GitSubmoduleAddDialog</a></td>
+<td>Module implementing a dialog to enter the data to add a submodule.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html">GitSubmodulesDeinitDialog</a></td>
+<td>Module implementing a dialog to get the data for a submodule deinit operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesListDialog.html">GitSubmodulesListDialog</a></td>
+<td>Module implementing a dialog to list the defined submodules.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.html">GitSubmodulesStatusDialog</a></td>
+<td>Module implementing a dialog to show the status of the submodules of the project.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesSummaryOptionsDialog.html">GitSubmodulesSummaryOptionsDialog</a></td>
+<td>Module implementing a dialog to enter submodule summary options.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesSyncDialog.html">GitSubmodulesSyncDialog</a></td>
+<td>Module implementing a dialog to enter submodule synchronization options.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog.html">GitSubmodulesUpdateOptionsDialog</a></td>
+<td>Module implementing a dialog to enter options for a submodule update command.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html">GitTagBranchListDialog</a></td>
+<td>Module implementing a dialog to show a list of tags or branches.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html">GitTagDialog</a></td>
+<td>Module implementing a dialog to enter the data for a tagging operation.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html">GitUserConfigDataDialog</a></td>
+<td>Module implementing a dialog to enter some user data.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.GitUtilities.html">GitUtilities</a></td>
+<td>Module implementing some common utility functions for the Git package.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
+<td>Module implementing the VCS project browser helper for Git.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.ProjectHelper.html">ProjectHelper</a></td>
+<td>Module implementing the VCS project helper for Git.</td>
+</tr>
+<tr>
+<td><a href="eric7.Plugins.VcsPlugins.vcsGit.git.html">git</a></td>
+<td>Module implementing the version control systems interface to Git.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial