Skip to content

Commit f0c7644

Browse files
committed
Merge pull request brotherbard#93 from grundprinzip/master
GitX Crash with "other" remotes
2 parents a569bd6 + 3fef72e commit f0c7644

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PBGitSVOtherRevItem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
}
1616

17+
@property(retain) NSString* helpText;
18+
1719
+ (id)otherItemWithRevSpec:(PBGitRevSpecifier *)revSpecifier;
1820

1921
@end

PBGitSVOtherRevItem.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
@implementation PBGitSVOtherRevItem
1414

15+
@synthesize helpText=_helpText;
16+
1517

1618
+ (id)otherItemWithRevSpec:(PBGitRevSpecifier *)revSpecifier
1719
{

0 commit comments

Comments
 (0)