This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] bfd: Fix regression when building bfd on mingw32


On 08/04/2015 05:09 PM, Iain Buclaw wrote:

> Will have to wait until this evening if that's OK.  

That's super fine.

> Is there a general
> guideline on pushing patches to branch?  I assume that you don't do
> anything fancy with git such as merge or cherry-pick.

Nothing fancy.  non-fast-forward merges are disabled, the server
rejects them.  So to push to branch, simply rebase the patch on top of
the branch and then push to it.  cherry-picking is fine as it's just a
way to get the patch in the first place.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]