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:
@@ -231,6 +231,9 @@ static NSString* gitPath;
|
||||
}
|
||||
|
||||
self.refs = refs;
|
||||
|
||||
// Add an "All branches" option in the branches list
|
||||
[self addBranch:[PBGitRevSpecifier allBranchesRevSpec]];
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user