Skip to content

Commit 6d95d17

Browse files
committed
reload commit history after commit
1 parent f47fd3c commit 6d95d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PBGitCommitController.m

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ - (void)commitFinished:(NSNotification *)notification
172172
[commitMessageView setEditable:YES];
173173
[commitMessageView setString:@""];
174174
[webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
175+
[repository reloadRefs];
175176
}
176177

177178
- (void)commitFailed:(NSNotification *)notification

0 commit comments

Comments
 (0)