stgit
stgit copied to clipboard
Stacked Git
It seems to me that pop, followed immediately by a push, with no changes in between, should be a no-op. It should leave the log in exactly the same state...
If there's already a convenient way to do this, please let me know if I'm "doing it wrong". And apologies for being long-winded. I frequently need to re-order patches in...
There are some use cases where `stg edit ` should keep all following timestamps intact, because let's say some system `/etc` configuration tracking automation failed and you just want to...
while playing with patch queue for kernel, i realized, that some patches already landed in mainline kernel. using 'patch -R -p1 -i patches/some.patch' i verified, that patch was completely accepted,...
`stg mail` has the option of editing a cover letter and/or reading it in from a file, but if I'm working on several different series in parallel (and sending new...
(yikes, clicked submit without filling out the issue! sorry! writing it now) I just learned about StackedGit and it's awesome! I basically have a manual flow that I use to...
I'm not sure that there is a solution to this, but wanted to report it. I was backporting a kernel patch from upstream, and git cherry-pick applies it correctly, but...
When `stg rebase` encounters a merge conflict, it stops (which is fine by itself, because a conflict requires manual intervention). With `stg push` instead of `stg rebase` it is possible...
Hello, I’m running stgit version 2.4.5 . Since a recent change in the way I’m handling my git config, stgit became unable to get my user.name and user.email information: ```...
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.0 to 1.9.1. Commits 4f41e0b 1.9.1 8c46935 style: rejigger imports 7b6e025 io: read of zero bytes should quit instantly cc13102 bench: fix broken benchmark See full diff...