We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$GIT_DIR/MERGE_MSG
1 parent c4bcc5e commit 562f21dCopy full SHA for 562f21d
1 file changed
src/ViewModels/WorkingCopy.cs
@@ -776,7 +776,10 @@ private void UpdateInProgressState()
776
InProgressContext = null;
777
778
if (_inProgressContext == null)
779
+ {
780
+ LoadCommitMessageFromFile(Path.Combine(_repo.GitDir, "MERGE_MSG"));
781
return;
782
+ }
783
784
if (_inProgressContext.GetType() == oldType && !string.IsNullOrEmpty(_commitMessage))
785
0 commit comments