We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00abdd6 commit 66bfa0dCopy full SHA for 66bfa0d
Classes/GTBranch.m
@@ -39,7 +39,6 @@ - (NSString *)description {
39
- (BOOL)isEqual:(GTBranch *)otherBranch {
40
if (otherBranch == self) return YES;
41
if (![otherBranch isKindOfClass:self.class]) return NO;
42
- if (otherBranch.repository != self.repository) return NO;
43
44
return [self.name isEqual:otherBranch.name] && [self.SHA isEqual:otherBranch.SHA];
45
}
0 commit comments