From 1ed356af3a34800fd419a9fb3318d894ba510de2 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 15 Jun 2014 20:16:49 +0200 Subject: [PATCH] Reset amend commit message before starting recommit Signed-off-by: Sven Strickroth --- src/TortoiseProc/CommitDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TortoiseProc/CommitDlg.cpp b/src/TortoiseProc/CommitDlg.cpp index 2ecff08a8..12ba59e18 100644 --- a/src/TortoiseProc/CommitDlg.cpp +++ b/src/TortoiseProc/CommitDlg.cpp @@ -979,6 +979,7 @@ void CCommitDlg::OnOK() m_bCreateNewBranch = FALSE; } + m_AmendStr.Empty(); m_bCommitAmend = FALSE; UpdateData(FALSE); this->Refresh(); -- 2.11.4.GIT