|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsGit</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsGit</h1> |
|
23 <p> |
|
24 Package implementing the vcs interface to Git. |
|
25 </p><p> |
|
26 It consists of the git class, the project helper classes and some |
|
27 Git specific dialogs. |
|
28 </p> |
|
29 |
|
30 <h3>Packages</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="index-eric6.Plugins.VcsPlugins.vcsGit.ConfigurationPage.html">ConfigurationPage</a></td> |
|
34 <td>Package implementing the the Git configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 |
|
38 <h3>Modules</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.Config.html">Config</a></td> |
|
42 <td>Module defining configuration variables for the Git package.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html">GitAddRemoteDialog</a></td> |
|
45 <td>Module implementing a dialog to enter the data of a remote repository.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html">GitApplyBundleDataDialog</a></td> |
|
48 <td>Module implementing a dialog to enter the data for applying a bundle.</td> |
|
49 </tr><tr> |
|
50 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html">GitArchiveDataDialog</a></td> |
|
51 <td>Module implementing a dialog to enter the data for the creation of an archive.</td> |
|
52 </tr><tr> |
|
53 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html">GitBisectLogBrowserDialog</a></td> |
|
54 <td>Module implementing a dialog to browse the bisect log history.</td> |
|
55 </tr><tr> |
|
56 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html">GitBisectStartDialog</a></td> |
|
57 <td>Module implementing a dialog to enter the data for an extended bisect start.</td> |
|
58 </tr><tr> |
|
59 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html">GitBlameDialog</a></td> |
|
60 <td>Module implementing a dialog to show the output of git blame.</td> |
|
61 </tr><tr> |
|
62 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html">GitBranchDialog</a></td> |
|
63 <td>Module implementing a dialog to enter the data for a branching operation.</td> |
|
64 </tr><tr> |
|
65 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html">GitBranchPushDialog</a></td> |
|
66 <td>Module implementing a dialog to select the data for pushing a branch.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html">GitBundleDialog</a></td> |
|
69 <td>Module implementing a dialog to enter the data for a bundle operation.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html">GitCherryPickDialog</a></td> |
|
72 <td>Module implementing a dialog to enter cherry-pick data.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html">GitCommandDialog</a></td> |
|
75 <td>Module implementing the Git command dialog.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html">GitCommitDialog</a></td> |
|
78 <td>Module implementing a dialog to enter the commit message.</td> |
|
79 </tr><tr> |
|
80 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html">GitCopyDialog</a></td> |
|
81 <td>Module implementing a dialog to enter the data for a copy or rename operation.</td> |
|
82 </tr><tr> |
|
83 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDescribeDialog.html">GitDescribeDialog</a></td> |
|
84 <td>Module implementing a dialog to show the results of the git describe action.</td> |
|
85 </tr><tr> |
|
86 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDialog.html">GitDialog</a></td> |
|
87 <td>Module implementing a dialog starting a process and showing its output.</td> |
|
88 </tr><tr> |
|
89 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html">GitDiffDialog</a></td> |
|
90 <td>Module implementing a dialog to show the output of the git diff command process.</td> |
|
91 </tr><tr> |
|
92 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html">GitDiffGenerator</a></td> |
|
93 <td>Module implementing a class to generate the output of the git diff command process.</td> |
|
94 </tr><tr> |
|
95 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDiffHighlighter.html">GitDiffHighlighter</a></td> |
|
96 <td>Module implementing a syntax highlighter for diff outputs.</td> |
|
97 </tr><tr> |
|
98 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitDiffParser.html">GitDiffParser</a></td> |
|
99 <td>Module implementing a class to store and parse diff output.</td> |
|
100 </tr><tr> |
|
101 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html">GitFetchDialog</a></td> |
|
102 <td>Module implementing a dialog to enter data for a Fetch operation.</td> |
|
103 </tr><tr> |
|
104 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitListDialog.html">GitListDialog</a></td> |
|
105 <td>Module implementing a dialog to select from a list.</td> |
|
106 </tr><tr> |
|
107 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html">GitLogBrowserDialog</a></td> |
|
108 <td>Module implementing a dialog to browse the log history.</td> |
|
109 </tr><tr> |
|
110 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html">GitMergeDialog</a></td> |
|
111 <td>Module implementing a dialog to enter the merge data.</td> |
|
112 </tr><tr> |
|
113 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.html">GitNewProjectOptionsDialog</a></td> |
|
114 <td>Module implementing the Git Options Dialog for a new project from the repository.</td> |
|
115 </tr><tr> |
|
116 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html">GitOptionsDialog</a></td> |
|
117 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td> |
|
118 </tr><tr> |
|
119 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html">GitPatchFilesDialog</a></td> |
|
120 <td>Module implementing a dialog to select a list of patch files.</td> |
|
121 </tr><tr> |
|
122 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html">GitPatchStatisticsDialog</a></td> |
|
123 <td>Module implementing a dialog to show some patch file statistics.</td> |
|
124 </tr><tr> |
|
125 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog.html">GitPullDialog</a></td> |
|
126 <td>Module implementing a dialog to enter data for a Pull operation.</td> |
|
127 </tr><tr> |
|
128 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog.html">GitPushDialog</a></td> |
|
129 <td>Module implementing a dialog to enter data for a Push operation.</td> |
|
130 </tr><tr> |
|
131 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html">GitReflogBrowserDialog</a></td> |
|
132 <td>Module implementing a dialog to browse the reflog history.</td> |
|
133 </tr><tr> |
|
134 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html">GitRemoteRepositoriesDialog</a></td> |
|
135 <td>Module implementing a dialog to show available remote repositories.</td> |
|
136 </tr><tr> |
|
137 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html">GitRevisionSelectionDialog</a></td> |
|
138 <td>Module implementing a dialog to select a revision.</td> |
|
139 </tr><tr> |
|
140 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html">GitRevisionsSelectionDialog</a></td> |
|
141 <td>Module implementing a dialog to enter the revisions for the git diff command.</td> |
|
142 </tr><tr> |
|
143 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.html">GitStashBrowserDialog</a></td> |
|
144 <td>Module implementing a dialog to show the stashes.</td> |
|
145 </tr><tr> |
|
146 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html">GitStashDataDialog</a></td> |
|
147 <td>Module implementing a dialog to enter the data for a stash operation.</td> |
|
148 </tr><tr> |
|
149 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html">GitStatusDialog</a></td> |
|
150 <td>Module implementing a dialog to show the output of the git status command process.</td> |
|
151 </tr><tr> |
|
152 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html">GitStatusMonitorThread</a></td> |
|
153 <td>Module implementing the VCS status monitor thread class for Git.</td> |
|
154 </tr><tr> |
|
155 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.html">GitSubmoduleAddDialog</a></td> |
|
156 <td>Module implementing a dialog to enter the data to add a submodule.</td> |
|
157 </tr><tr> |
|
158 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html">GitSubmodulesDeinitDialog</a></td> |
|
159 <td>Module implementing a dialog to get the data for a submodule deinit operation.</td> |
|
160 </tr><tr> |
|
161 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesListDialog.html">GitSubmodulesListDialog</a></td> |
|
162 <td>Module implementing a dialog to list the defined submodules.</td> |
|
163 </tr><tr> |
|
164 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.html">GitSubmodulesStatusDialog</a></td> |
|
165 <td>Module implementing a dialog to show the status of the submodules of the project.</td> |
|
166 </tr><tr> |
|
167 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSummaryOptionsDialog.html">GitSubmodulesSummaryOptionsDialog</a></td> |
|
168 <td>Module implementing a dialog to enter submodule summary options.</td> |
|
169 </tr><tr> |
|
170 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSyncDialog.html">GitSubmodulesSyncDialog</a></td> |
|
171 <td>Module implementing a dialog to enter submodule synchronization options.</td> |
|
172 </tr><tr> |
|
173 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog.html">GitSubmodulesUpdateOptionsDialog</a></td> |
|
174 <td>Module implementing a dialog to enter options for a submodule update command.</td> |
|
175 </tr><tr> |
|
176 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html">GitTagBranchListDialog</a></td> |
|
177 <td>Module implementing a dialog to show a list of tags or branches.</td> |
|
178 </tr><tr> |
|
179 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitTagDialog.html">GitTagDialog</a></td> |
|
180 <td>Module implementing a dialog to enter the data for a tagging operation.</td> |
|
181 </tr><tr> |
|
182 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html">GitUserConfigDataDialog</a></td> |
|
183 <td>Module implementing a dialog to enter some user data.</td> |
|
184 </tr><tr> |
|
185 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitUtilities.html">GitUtilities</a></td> |
|
186 <td>Module implementing some common utility functions for the Git package.</td> |
|
187 </tr><tr> |
|
188 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
189 <td>Module implementing the VCS project browser helper for Git.</td> |
|
190 </tr><tr> |
|
191 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html">ProjectHelper</a></td> |
|
192 <td>Module implementing the VCS project helper for Git.</td> |
|
193 </tr><tr> |
|
194 <td><a href="eric6.Plugins.VcsPlugins.vcsGit.git.html">git</a></td> |
|
195 <td>Module implementing the version control systems interface to Git.</td> |
|
196 </tr> |
|
197 </table> |
|
198 </body></html> |