Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pq: pass '--no-merges' to git log #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewlukoshko
Copy link

When we merge changes to patch-queue/master from another repo then gbp pq export generates TWO patches:
First patch from original commit, it's OK
Second patch from merge commit, and it reverts previous, so nothing will change when we build a package.

Passing --no-merges to git log when we do gbp pq export fixes the problem.

@agx
Copy link
Owner

agx commented Sep 26, 2016

@andrewlukoshko the pq is not meant to receive branches but I'm okay with adding this if you can describe a proper use case with a unittest.

(sorry for the delay)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants