We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47fd3c commit 6d95d17Copy full SHA for 6d95d17
PBGitCommitController.m
@@ -172,6 +172,7 @@ - (void)commitFinished:(NSNotification *)notification
172
[commitMessageView setEditable:YES];
173
[commitMessageView setString:@""];
174
[webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
175
+ [repository reloadRefs];
176
}
177
178
- (void)commitFailed:(NSNotification *)notification
0 commit comments