git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.48k stars 1.25k forks source link

Commit message not auto-filled when rebasing #900

Open spencermathews opened 1 year ago

spencermathews commented 1 year ago

When doing a rebase, after resolving any merge conflicts I am prompted to enter a commit message. The expected behavior is to populate the commit message per the commit that is being rebased.

ebrannin-bw commented 1 year ago

The same request applies to a merge commit after resolving conflicts.

As a workaround, whenever this happens I do the commit by running git commit and accepting the generated message.