It would still end up in Gerrit (just like a cherry-pick)
Presuming you have a master-2.2 branch (and have pulled the latest):
git push ssh://<username>@code.wireshark.org:29418/wireshark HEAD:refs/for/master-2.2
(git review may work, but I've never tried it outside of master branch)
-----Original Message-----
From: Dario Lombardo <dario.lombardo.ml@xxxxxxxxx>
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Fri, Feb 10, 2017 2:52 pm
Subject: Re: [Wireshark-dev] Submitting a fix to 2.2.4
If the bug was in branch master-2.2 only, what would be the correct way to push a fix in this branch only?