You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I perform a merge using option "Don't commit (Merge without commit)", SourceGit enters a mode "Merge in progress" (which can be Aborted or Continued).
In the LOCAL CHANGES view, the commit-message Subject is then pre-filled with a default title (describing the merge, including src and dst branch).
However, if I edit the commit message Subject and/or Description and then press the CONTINUE button, then a Commit is made - but with the default commit-message Subject, and any edits I made to the commit-message are lost without warning. (To preserve my edits, I would have had to first make a COMMIT (using the dropdown at the CONTINUE button) before pressing CONTINUE.
NOTE: Actually, separating COMMIT and CONTINUE here seems redundant and confusing. Ideally, specifically for this mode, there could be a single button "COMMIT & CONTINUE" or similar, which also takes any commit-message edits into account?