File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 77
77
* GitX Suite
78
78
*/
79
79
80
+ // The GitX application.
81
+ @interface GitXApplication (GitXSuite)
82
+
83
+ @end
84
+
80
85
// A document.
81
86
@interface GitXDocument (GitXSuite)
82
87
Original file line number Diff line number Diff line change 183
183
</parameter >
184
184
</command >
185
185
186
+ <class-extension extends =" application" description =" The GitX application." >
187
+ <responds-to name =" show diff" >
188
+ <cocoa method =" showDiffScriptCommand:" />
189
+ </responds-to >
190
+ <responds-to name =" init repository" >
191
+ <cocoa method =" initRepositoryScriptCommand:" />
192
+ </responds-to >
193
+ <responds-to name =" clone repository" >
194
+ <cocoa method =" cloneRepositoryScriptCommand:" />
195
+ </responds-to >
196
+ </class-extension >
197
+
186
198
<class-extension extends =" document" code =" docu" description =" A document." >
187
199
<cocoa class =" PBGitRepository" />
188
200
<responds-to name =" search" >
You can’t perform that action at this time.
0 commit comments