chiark / gitweb /
git-debrebase: Run gbp pq export only from (perhaps private) laundered branch
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Apr 2018 23:29:31 +0000 (00:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 21:40:13 +0000 (22:40 +0100)
commit297ff51a0df2098ea9fe088e229bcd1318bfe466
treef623af80f1dacfc47c3819f96cf6e3e865b6651c
parent9fe0302b9d3652f4423ab12a4db18145c6b7b13c
git-debrebase: Run gbp pq export only from (perhaps private) laundered branch

When the branch is stitched, gbp pq will descend into both sides of
the pseudomerge.  This will duplicate patches and be generally bad.

So instead, use walk to generate, privately, a laundered version of
HEAD, to use to generate the patches.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debrebase