severity 815414 normal
thanks

Hi,
On Sun, Feb 21, 2016 at 06:40:58AM -0500, Antonio Radici wrote:
> Package: git-buildpackage
> Version: 0.7.2
> Severity: important
> 
> This problem compromises our ability to use git-buildpackage to manage quilt
> patches.
> 
> It seems that "gbp pq export" incorrectly drops the "Gbp-Pq: Topic" strings 
> that
> are set in the patches.
> 
> Additionally if a new patch is created and it contains
> "Gbp-Pq: Topic misc" in the commit message, then the new patch is not placed 
> on
> the misc directory.
> Let me know if you want me to file another bug for this second
> problem.

Either I'm misunderstanding your problem or you're using Gbp-Pq
incorrectly.  "Gbp-Pq: ...' is of no use when you're on the master branch
branch, it's only meaningful on the pq branch.

The manpage has:

    When exporting patches from a patch-queue branch, gbp pq will look at
    the patch header for special tags it recognizes. All tags need to
    start at the first column and require at least one whitespace
    after the colon.

So "Gbp-Pq: Topic" is only useful when on the pq branch not on master
since all the information is encoded in the patch's header and
path when on master.

For the misc subdir it's the same but you can use

    gbp pq import --topic ...

to set the topic when adding a single patch.

Please let me know if I'm misreading your problem.
Cheers,
 -- Guido

Reply via email to