97 <tr> |
97 <tr> |
98 <td><a href="#Git.clearStatusCache">clearStatusCache</a></td> |
98 <td><a href="#Git.clearStatusCache">clearStatusCache</a></td> |
99 <td>Public method to clear the status cache.</td> |
99 <td>Public method to clear the status cache.</td> |
100 </tr> |
100 </tr> |
101 <tr> |
101 <tr> |
|
102 <td><a href="#Git.findRepoRoot">findRepoRoot</a></td> |
|
103 <td>Public method to find the repository root directory given a start.</td> |
|
104 </tr> |
|
105 <tr> |
102 <td><a href="#Git.getPlugin">getPlugin</a></td> |
106 <td><a href="#Git.getPlugin">getPlugin</a></td> |
103 <td>Public method to get a reference to the plugin object.</td> |
107 <td>Public method to get a reference to the plugin object.</td> |
104 </tr> |
108 </tr> |
105 <tr> |
109 <tr> |
106 <td><a href="#Git.gitAddRemote">gitAddRemote</a></td> |
110 <td><a href="#Git.gitAddRemote">gitAddRemote</a></td> |
754 <b>clearStatusCache</b>(<i></i>) |
758 <b>clearStatusCache</b>(<i></i>) |
755 |
759 |
756 <p> |
760 <p> |
757 Public method to clear the status cache. |
761 Public method to clear the status cache. |
758 </p> |
762 </p> |
|
763 <a NAME="Git.findRepoRoot" ID="Git.findRepoRoot"></a> |
|
764 <h4>Git.findRepoRoot</h4> |
|
765 <b>findRepoRoot</b>(<i>start</i>) |
|
766 |
|
767 <p> |
|
768 Public method to find the repository root directory given a start. |
|
769 </p> |
|
770 <dl> |
|
771 |
|
772 <dt><i>start</i> (str)</dt> |
|
773 <dd> |
|
774 start directory name |
|
775 </dd> |
|
776 </dl> |
|
777 <dl> |
|
778 <dt>Return:</dt> |
|
779 <dd> |
|
780 directory name of the repository root or None, if it was not found |
|
781 </dd> |
|
782 </dl> |
|
783 <dl> |
|
784 <dt>Return Type:</dt> |
|
785 <dd> |
|
786 str or None |
|
787 </dd> |
|
788 </dl> |
759 <a NAME="Git.getPlugin" ID="Git.getPlugin"></a> |
789 <a NAME="Git.getPlugin" ID="Git.getPlugin"></a> |
760 <h4>Git.getPlugin</h4> |
790 <h4>Git.getPlugin</h4> |
761 <b>getPlugin</b>(<i></i>) |
791 <b>getPlugin</b>(<i></i>) |
762 |
792 |
763 <p> |
793 <p> |