mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Update the current branch when changes are made (like checking out a branch).
This commit is contained in:
@@ -269,6 +269,7 @@ static NSString * repositoryBasePath = nil;
|
||||
// Add an "All branches" option in the branches list
|
||||
[self addBranch:[PBGitRevSpecifier allBranchesRevSpec]];
|
||||
[self addBranch:[PBGitRevSpecifier localBranchesRevSpec]];
|
||||
[self readCurrentBranch];
|
||||
|
||||
[[[self windowController] window] setTitle:[self displayName]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user