On 27 February 2013 10:16, Anna Neiman <[email protected]> wrote:
You need more than just a one liner commit message. You should be sending your patches with the right tools (git format-patch and git send-email) so they come out with a cover letter, properly threaded, and with git putting the 1/4, 2/4 etc notes in for you. 'v2' goes inside the brackets: [PATCH v2]. > Signed-off-by: Anna Neiman <[email protected]> > -- > 1.7.9.5 > > > > [PATCH] PATCH1 - infrastructure for Evaluate breakpoint condition > on target.OPC_MAX_SIZE - size of translation buffer - was > increased because condition translated bytecode should be > executed in one block > > Signed-off-by: Anna Neiman <[email protected]> There appears to be a second copy of some different version of this patch appended to this file. Please sort out your patch sending process before you try again -- I'm sure there are other folks at Mentor who can assist you... thanks -- PMM
