- Package:
- src:git-buildpackage
- Source:
- git-buildpackage
- Submitter:
- Juan Navarro
- Date:
- 2018-12-07 13:30:15 UTC
- Severity:
- wishlist
When trying to import the patch-queue from a checked out state that is not on a branch (e.g. from a previous commit which is not the master HEAD), the command 'gbp pq import' fails with gbp:error: Currently not on a branch Which is expected, but it would be nice and useful being able to provide a '--ignore-branch' arg to just force importing the patch queue from the current commit.
Hi, That makes sense and would be consistent with other commands. A patch would be welcome. -- Guido
I'm not used to discuss code changes with sending patches and corrections back and forth by email, on the other hand I see you have some Pull Requests open in Github... is it ok if I open one and discuss changes in there?
Hi, Yes. -- Guido
https://github.com/agx/git-buildpackage/pull/64 Thanks, Juan