[Openocd-development] Patch for at91sam9263 tcl

2011-11-24 Thread Mick Davis
Hi I have the attached trivial patch. It fixes a missing brace in a tcl script. (I've had no success with the instructions in HACKING. I get the following error for the push. Its not clear to me if I need some further authorization. I've also tried different username settings.) !

Re: [Openocd-development] Patch for at91sam9263 tcl

2011-11-24 Thread Austin, Alex
git commit --amend --sign-off Or something like that. It's complaining that there's no Signed Off By line in the commit message. Mick Davis mi...@goanna.iinet.net.au wrote: Hi I have the attached trivial patch. It fixes a missing brace in a tcl script. (I've had no success with the

Re: [Openocd-development] Patch for at91sam9263 tcl

2011-11-24 Thread evan
I just ran across this error too. The Signed-off-by and Change-Id tags must be in the LAST PARAGRAPH of the commit message. The error message doesn't mention that - (http://code.google.com/p/gerrit/issues/detail?id=606) Also, I've found that Gerrit does not print any error messages when a