ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Submitting a fix to 2.2.4

From: Michael Mann <mmann78@xxxxxxxxxxxx>
Date: Fri, 10 Feb 2017 14:58:27 -0500
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?