Re: [asterisk-users] Gerrit usage?

2017-10-02 Thread Daniel Tryba
On Fri, Sep 29, 2017 at 12:27:53PM -0300, Joshua Colp wrote: > > "git checkout -b 13" appears to fix this. > > This did not create a branch from 13. This created a branch named "13" > from the branch you were on, which was most likely master. That is why > your "git review" is not working as you

Re: [asterisk-users] Gerrit usage?

2017-09-29 Thread Richard Mudgett
On Fri, Sep 29, 2017 at 10:16 AM, Daniel Tryba wrote: > I'm trying to figure out how to commit some code for review. Following: > https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage > > Created a ssh alias. > Cloned using: "git clone ssh://asterisk/asterisk" > Set name and

Re: [asterisk-users] Gerrit usage?

2017-09-29 Thread Joshua Colp
On Fri, Sep 29, 2017, at 12:16 PM, Daniel Tryba wrote: > I'm trying to figure out how to commit some code for review. Following: > https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage > > Created a ssh alias. > Cloned using: "git clone ssh://asterisk/asterisk" > Set name and email. > Installed

[asterisk-users] Gerrit usage?

2017-09-29 Thread Daniel Tryba
I'm trying to figure out how to commit some code for review. Following: https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage Created a ssh alias. Cloned using: "git clone ssh://asterisk/asterisk" Set name and email. Installed the gerrit commit hook: "git review -s" Try to change to asterisk 13