mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Also display remote heads in branch list
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ static NSString* gitPath;
|
||||
else
|
||||
sha = [components objectAtIndex:2];
|
||||
|
||||
if ([[ref type] isEqualToString:@"head"])
|
||||
if ([[ref type] isEqualToString:@"head"] || [[ref type] isEqualToString:@"remote"])
|
||||
[newBranches addObject: ref];
|
||||
|
||||
NSMutableArray* curRefs;
|
||||
|
||||
Reference in New Issue
Block a user