stacked-git / magit-stgit

StGit extension for Magit
7 stars 7 forks source link

more stg functions, patch marks #4

Closed jtatarik closed 9 years ago

jtatarik commented 9 years ago

The rebase, as requested. It's quite difficult, as we were touching/implementing the same things.

llvilanova commented 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.

llvilanova commented 9 years ago

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").

jtatarik commented 9 years ago

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...

llvilanova commented 9 years ago

That's true, silly me...

UPDATE: Implemented in https://github.com/magit/magit-stgit/commit/418d3d3008c5a19c8a3ba709ab3ddc263a5a50a2