diff --git a/src/ViewModels/WorkingCopy.cs b/src/ViewModels/WorkingCopy.cs index 5b54a8dd..b57e9248 100644 --- a/src/ViewModels/WorkingCopy.cs +++ b/src/ViewModels/WorkingCopy.cs @@ -776,7 +776,10 @@ namespace SourceGit.ViewModels InProgressContext = null; if (_inProgressContext == null) + { + LoadCommitMessageFromFile(Path.Combine(_repo.GitDir, "MERGE_MSG")); return; + } if (_inProgressContext.GetType() == oldType && !string.IsNullOrEmpty(_commitMessage)) return;