pq-rpm: create diff up to the last merge commit
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 21 Nov 2013 15:25:37 +0000 (17:25 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
commiteecf64f0c5c45f04c8b333237652098f4ea3d006
treec9905b65ff4157bfdb643e95263a4693715e5884
parent2d3aba7cf791151760719f3eddecd3c2fa8c3639
pq-rpm: create diff up to the last merge commit

Before, merge commits broke patch generation, or, (most probably) caused
the generated patches to be unapplicable (similar to how
git-format-patch behaves).

Now, changes up to the last merge commit are squashed into one diff if
merge commits are found in the revision list from which patches are to
be generated. Individual patches (one per commit) are generated from the
last merge commit up to the exported revision.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/scripts/pq_rpm.py