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] Wireshark code review

From: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Date: Wed, 25 Mar 2015 07:56:59 +0100


On Wed, Mar 25, 2015 at 7:10 AM, Anil <anilkumar911@xxxxxxxxx> wrote:
Hi All --

I have done a mistake with submitting code for review.

My initial review is https://code.wireshark.org/review/#/c/7751

I fixed the issues reported there and have checked in the new changes. The problem is that the new changes are in a different branch than the original one. So it has created a new review https://code.wireshark.org/review/#/c/7802/

I need some help about what can be done now ?

Hi Anil,

You need to "squash" your 2 commit in one commit with the same changeId like review 7751

You can use git rebase -i origin and for second commit replace pick by squash (or fixup) 

and for future update, you only need to use git commit -a --amend


--Anil

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe