Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Git+gerrit status update - 2014-01-14

From: Hadriel Kaplan <hadriel.kaplan@xxxxxxxxxx>
Date: Tue, 25 Feb 2014 17:03:59 -0500
On Feb 25, 2014, at 4:57 PM, Joerg Mayer <jmayer@xxxxxxxxx> wrote:

> I just did that, and received the following message during push:
> jmayer@egg:~/work/wireshark/git/ui/qt(master)> git push

I believe you're supposed to do 'git review branchname', which does the 'git push' for you and probably appends the "branchname" to the ref used in git push.
(although personally I don't use git-review, I just append my branch name by hand using git push)

-hadriel