Skip to content

Commit

Permalink
Merge pull request brotherbard#93 from grundprinzip/master
Browse files Browse the repository at this point in the history
GitX Crash with "other" remotes
  • Loading branch information
laullon committed Jul 21, 2011
2 parents a569bd6 + 3fef72e commit f0c7644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PBGitSVOtherRevItem.h
Expand Up @@ -14,6 +14,8 @@

}

@property(retain) NSString* helpText;

+ (id)otherItemWithRevSpec:(PBGitRevSpecifier *)revSpecifier;

@end
2 changes: 2 additions & 0 deletions PBGitSVOtherRevItem.m
Expand Up @@ -12,6 +12,8 @@

@implementation PBGitSVOtherRevItem

@synthesize helpText=_helpText;


+ (id)otherItemWithRevSpec:(PBGitRevSpecifier *)revSpecifier
{
Expand Down

0 comments on commit f0c7644

Please sign in to comment.