eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html

branch
eric7
changeset 8652
8cacde11f4fd
parent 8623
fced5aa98d41
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
417 <tr> 417 <tr>
418 <td><a href="#Git.vcsAddBinary">vcsAddBinary</a></td> 418 <td><a href="#Git.vcsAddBinary">vcsAddBinary</a></td>
419 <td>Public method used to add a file/directory in binary mode to the Git repository.</td> 419 <td>Public method used to add a file/directory in binary mode to the Git repository.</td>
420 </tr> 420 </tr>
421 <tr> 421 <tr>
422 <td><a href="#Git.vcsAddCommitMessage">vcsAddCommitMessage</a></td>
423 <td>Public method to add a commit message to the list of saved messages.</td>
424 </tr>
425 <tr>
422 <td><a href="#Git.vcsAddTree">vcsAddTree</a></td> 426 <td><a href="#Git.vcsAddTree">vcsAddTree</a></td>
423 <td>Public method to add a directory tree rooted at path to the Git repository.</td> 427 <td>Public method to add a directory tree rooted at path to the Git repository.</td>
424 </tr> 428 </tr>
425 <tr> 429 <tr>
426 <td><a href="#Git.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> 430 <td><a href="#Git.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td>
433 <tr> 437 <tr>
434 <td><a href="#Git.vcsCleanup">vcsCleanup</a></td> 438 <td><a href="#Git.vcsCleanup">vcsCleanup</a></td>
435 <td>Public method used to cleanup the working directory.</td> 439 <td>Public method used to cleanup the working directory.</td>
436 </tr> 440 </tr>
437 <tr> 441 <tr>
442 <td><a href="#Git.vcsClearCommitMessages">vcsClearCommitMessages</a></td>
443 <td>Public method to clear the list of saved messages.</td>
444 </tr>
445 <tr>
438 <td><a href="#Git.vcsCommandLine">vcsCommandLine</a></td> 446 <td><a href="#Git.vcsCommandLine">vcsCommandLine</a></td>
439 <td>Public method used to execute arbitrary Git commands.</td> 447 <td>Public method used to execute arbitrary Git commands.</td>
440 </tr> 448 </tr>
441 <tr> 449 <tr>
442 <td><a href="#Git.vcsCommit">vcsCommit</a></td> 450 <td><a href="#Git.vcsCommit">vcsCommit</a></td>
443 <td>Public method used to make the change of a file/directory permanent in the Git repository.</td> 451 <td>Public method used to make the change of a file/directory permanent in the Git repository.</td>
452 </tr>
453 <tr>
454 <td><a href="#Git.vcsCommitMessages">vcsCommitMessages</a></td>
455 <td>Public method to get the list of saved commit messages.</td>
444 </tr> 456 </tr>
445 <tr> 457 <tr>
446 <td><a href="#Git.vcsConvertProject">vcsConvertProject</a></td> 458 <td><a href="#Git.vcsConvertProject">vcsConvertProject</a></td>
447 <td>Public method to convert an uncontrolled project to a version controlled project.</td> 459 <td>Public method to convert an uncontrolled project to a version controlled project.</td>
448 </tr> 460 </tr>
2260 <dt><i>isDir</i></dt> 2272 <dt><i>isDir</i></dt>
2261 <dd> 2273 <dd>
2262 flag indicating name is a directory (boolean) 2274 flag indicating name is a directory (boolean)
2263 </dd> 2275 </dd>
2264 </dl> 2276 </dl>
2277 <a NAME="Git.vcsAddCommitMessage" ID="Git.vcsAddCommitMessage"></a>
2278 <h4>Git.vcsAddCommitMessage</h4>
2279 <b>vcsAddCommitMessage</b>(<i>message</i>)
2280
2281 <p>
2282 Public method to add a commit message to the list of saved messages.
2283 </p>
2284 <dl>
2285
2286 <dt><i>message</i> (str)</dt>
2287 <dd>
2288 message to be added
2289 </dd>
2290 </dl>
2265 <a NAME="Git.vcsAddTree" ID="Git.vcsAddTree"></a> 2291 <a NAME="Git.vcsAddTree" ID="Git.vcsAddTree"></a>
2266 <h4>Git.vcsAddTree</h4> 2292 <h4>Git.vcsAddTree</h4>
2267 <b>vcsAddTree</b>(<i>path</i>) 2293 <b>vcsAddTree</b>(<i>path</i>)
2268 2294
2269 <p> 2295 <p>
2354 <dt><i>name</i></dt> 2380 <dt><i>name</i></dt>
2355 <dd> 2381 <dd>
2356 directory name to be cleaned up (string) 2382 directory name to be cleaned up (string)
2357 </dd> 2383 </dd>
2358 </dl> 2384 </dl>
2385 <a NAME="Git.vcsClearCommitMessages" ID="Git.vcsClearCommitMessages"></a>
2386 <h4>Git.vcsClearCommitMessages</h4>
2387 <b>vcsClearCommitMessages</b>(<i></i>)
2388
2389 <p>
2390 Public method to clear the list of saved messages.
2391 </p>
2359 <a NAME="Git.vcsCommandLine" ID="Git.vcsCommandLine"></a> 2392 <a NAME="Git.vcsCommandLine" ID="Git.vcsCommandLine"></a>
2360 <h4>Git.vcsCommandLine</h4> 2393 <h4>Git.vcsCommandLine</h4>
2361 <b>vcsCommandLine</b>(<i>name</i>) 2394 <b>vcsCommandLine</b>(<i>name</i>)
2362 2395
2363 <p> 2396 <p>
2398 flag indicating to commit all local changes (boolean) 2431 flag indicating to commit all local changes (boolean)
2399 </dd> 2432 </dd>
2400 <dt><i>amend</i></dt> 2433 <dt><i>amend</i></dt>
2401 <dd> 2434 <dd>
2402 flag indicating to amend the HEAD commit (boolean) 2435 flag indicating to amend the HEAD commit (boolean)
2436 </dd>
2437 </dl>
2438 <a NAME="Git.vcsCommitMessages" ID="Git.vcsCommitMessages"></a>
2439 <h4>Git.vcsCommitMessages</h4>
2440 <b>vcsCommitMessages</b>(<i></i>)
2441
2442 <p>
2443 Public method to get the list of saved commit messages.
2444 </p>
2445 <dl>
2446 <dt>Return:</dt>
2447 <dd>
2448 list of saved commit messages
2449 </dd>
2450 </dl>
2451 <dl>
2452 <dt>Return Type:</dt>
2453 <dd>
2454 list of str
2403 </dd> 2455 </dd>
2404 </dl> 2456 </dl>
2405 <a NAME="Git.vcsConvertProject" ID="Git.vcsConvertProject"></a> 2457 <a NAME="Git.vcsConvertProject" ID="Git.vcsConvertProject"></a>
2406 <h4>Git.vcsConvertProject</h4> 2458 <h4>Git.vcsConvertProject</h4>
2407 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) 2459 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>)

eric ide

mercurial