Re: [Wireshark-dev] Cannot push patch to Gerrit - Found WIP commit

2018-09-05 Thread Vasil Velichkov
Hi Andrii, Most probably you have activated the pre-push hook and your commit message starts with WIP $ grep WIP .git/hooks/ -R .git/hooks/pre-push.sample:# with "WIP" (work in progress). .git/hooks/pre-push.sample:        # Check for WIP commit .git/hooks/pre-push.sample:        commit=`git

Re: [Wireshark-dev] Cannot push patch to Gerrit - Found WIP commit

2018-09-05 Thread Alexis La Goutte
Hi, You need to replace the username by your gerrit username... Cheers On Wed, Sep 5, 2018 at 5:39 PM Andrii Vladyka wrote: > I am trying to push a patch (single commit on top of the latest master > branch) with the following syntax: > > git push

[Wireshark-dev] Cannot push patch to Gerrit - Found WIP commit

2018-09-05 Thread Andrii Vladyka
I am trying to push a patch (single commit on top of the latest master branch) with the following syntax: git push ssh://usern...@code.wireshark.org:29418/wireshark HEAD:refs/for/master I get the following error all the time: Found WIP commit in f84749a, not pushing error: failed to push some