mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bugfix: sidebar and history out of sync after commit
This commit is contained in:
committed by
ivan baktsheev
parent
21ad166517
commit
f6d7fea449
@@ -413,6 +413,7 @@
|
||||
|
||||
- (void) updateView
|
||||
{
|
||||
[self refresh: nil];
|
||||
[self updateKeys];
|
||||
}
|
||||
|
||||
|
||||
@@ -235,6 +235,7 @@ NSString *PBGitIndexOperationFailed = @"PBGitIndexOperationFailed";
|
||||
return;
|
||||
|
||||
repository.hasChanged = YES;
|
||||
[repository reloadRefs];
|
||||
|
||||
amendEnvironment = nil;
|
||||
if (amend)
|
||||
|
||||
Reference in New Issue
Block a user