mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
GitRepository: Add an "all branches" option in branches list
This is probably the most common non-branch GitX option, so let's add it by default
This commit is contained in:
+4
-1
@@ -23,6 +23,9 @@
|
||||
- (BOOL) hasLeftRight;
|
||||
|
||||
- (BOOL) isEqualTo: (PBGitRevSpecifier*) other;
|
||||
@property(readonly) NSString* description;
|
||||
|
||||
+ (PBGitRevSpecifier *)allBranchesRevSpec;
|
||||
|
||||
@property(copy) NSString* description;
|
||||
@property(readonly) NSArray* parameters;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user