ghmerge: support stopping interactive rebase for adaptations#102
ghmerge: support stopping interactive rebase for adaptations#102DDvO wants to merge 1 commit intoopenssl:masterfrom
ghmerge: support stopping interactive rebase for adaptations#102Conversation
ghmerge: support stopping interactive rebase for adaptations
|
Just a spontaneous thought: instead of polling and forcing the user to spawn a separate shell, why not just terminate and implement a |
|
OTOH, on posix operating systems, the user could simply suspend |
|
My workflow here is to use a second window to make changes while the first is sitting at the should this be committed prompt. Make the changes, then say yes to commit. |
This would be a hassle to implement. |
|
ready to merge |
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #102)
|
Merged. Thank you. |
Sometimes it is helpful to stop an interactive rebase, e.g., for fixing typos.
So far,
ghmergeignored any 'b' or 'e' commands given by the user,and in effect the rebase was incomplete and the merge went wrong.
This is fixed here.