The guilt tool ease the patch management over a git repository. It is barely equivalent to the Mq extension of Mercurial SCM.
I have a series of several patches on my repo. I want to re-order the series of patches.
In the Mq extension, there is a --move argument to the qpush command to do such re-ordering.
The guilt push command does not allow such argument.
How to perform such re-ordering operation on a guilt patch series?
For now the only solution I found is to manually modify the guilt
seriesfile.This file is located under:
<repo_bdir>/.git/patches/<branch_name>/series