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