Skip to content

Continuing operations after resolving conflicts? #406

Answered by jpgrayson
justinfenn asked this question in Q&A
Discussion options

You must be logged in to vote

You are not missing anything. StGit does not have the concept of stateful resumption of its stack manipulation commands like git does with git rebase --continue.

Should it though? I don't know, maybe.

This would seem to affect goto, float, push (when multiple patches are provided), sink, pick (when picking multiple patches), delete, pull, and rebase commands. Would there be a general purpose command to resume whichever of those was interrupted by merge conflict resolution? Or would each command have it's own --continue flag? And how/where would StGit retain the state needed to resume?

I've personally always been wary of git's resumable commands, so I've not had a desire to have a similar …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@justinfenn
Comment options

@lkraav
Comment options

@jpgrayson
Comment options

@lkraav
Comment options

@lkraav
Comment options

Answer selected by justinfenn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants