On Wed, Mar 25, 2015 at 7:10 AM, Anil <[email protected]> wrote:

> Hi All --
>
> I have done a mistake with submitting code for review.
>
> My initial review is https://code.wireshark.org/review/#/c/7751
> <https://code.wireshark.org/review/#/c/7751/1/epan/dissectors/packet-nstrace.c>
>
> 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

More information available here
http://wiki.wireshark.org/Development/SubmittingPatches

--Anil
>
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <[email protected]>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>              mailto:[email protected]
> ?subject=unsubscribe
>
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to