Git: Refresh log entries on fixup commit

Change-Id: Icd14c8916dc006874b77aa922b3f1c6746e0549c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-06-14 17:21:14 +03:00
committed by Orgad Shaneh
parent 1fde77f6e8
commit 9f72e43fb1
3 changed files with 8 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ void GitSubmitEditor::updateFileModel()
CommitData data(m_commitType);
if (client->getCommitData(m_workingDirectory, &commitTemplate, data, &errorMessage)) {
setCommitData(data);
submitEditorWidget()->refreshLog(m_workingDirectory);
} else {
VcsBase::VcsBaseOutputWindow::instance()->append(errorMessage);
m_forceClose = true;