diff --git a/PBGitCommitController.m b/PBGitCommitController.m index 861f8b7..11b470d 100644 --- a/PBGitCommitController.m +++ b/PBGitCommitController.m @@ -138,6 +138,7 @@ - (void)commitFinished:(NSNotification *)notification { + [commitMessageView setString:@""]; [webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]]; [commitMessageView setEditable:YES]; }