The changes added in v0.28 are great, thanks for that!
One thing I don't quite get though is why Change Requests (PRs) are only opened for the base of the stack and not for the complete stack. Currently, I manually open requests for changes further up the stack, but the comment from git-spice then only shows one item in the stack instead of all of them.
Because when the base change is merged, the other changes actually update on their own, showing relevant diffs and are able to be merged without intervention.
Example of my usage can be found here:
- Base change:
- Change ontop of that:
It would be nice to have the option of opening all those CR in one go and having git-spice correctly update the comments as well, just like it does when working without the Fork workflow.
The changes added in v0.28 are great, thanks for that!
One thing I don't quite get though is why Change Requests (PRs) are only opened for the base of the stack and not for the complete stack. Currently, I manually open requests for changes further up the stack, but the comment from git-spice then only shows one item in the stack instead of all of them.
Because when the base change is merged, the other changes actually update on their own, showing relevant diffs and are able to be merged without intervention.
Example of my usage can be found here:
It would be nice to have the option of opening all those CR in one go and having git-spice correctly update the comments as well, just like it does when working without the Fork workflow.