Closed jtatarik closed 9 years ago
I've added some improved support for patch marking, and ported magit-stgit-delete
to it as an example. I might port the rest eventually, but feel free to work from that.
I've pushed some new changes supporting edition of existing patches (using "stg refresh", I've not added a command for "stg edit" since it seems unnecessary given "refresh").
If you refer to 'stg refresh -e' for editing the commit message, then that will not do. It modifes the message and refreshes at the same time...
That's true, silly me...
UPDATE: Implemented in https://github.com/magit/magit-stgit/commit/418d3d3008c5a19c8a3ba709ab3ddc263a5a50a2
The rebase, as requested. It's quite difficult, as we were touching/implementing the same things.