We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544816 commit 9167113Copy full SHA for 9167113
PBGitIndexController.h
@@ -36,5 +36,8 @@
36
- (NSString *) stagedChangesForFile:(PBChangedFile *)file;
37
- (NSString *) unstagedChangesForFile:(PBChangedFile *)file;
38
39
+- (void)stopTrackingIndex;
40
+- (void)resumeTrackingIndex;
41
+
42
- (NSMenu *) menuForTable:(NSTableView *)table;
43
@end
PBGitIndexController.m
@@ -12,11 +12,6 @@
12
13
#define FileChangesTableViewType @"GitFileChangedType"
14
15
-@interface PBGitIndexController (PrivateMethods)
16
-- (void)stopTrackingIndex;
17
-- (void)resumeTrackingIndex;
18
-@end
19
-
20
@implementation PBGitIndexController
21
22
@synthesize contextSize;
0 commit comments