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

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

eric ide

mercurial