https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches#testing-someone-elses-merge-request
"If you would like to test someone else's merge request or personal repository branch you can do the following: # Fetch their branch to a local branch named FETCH_HEAD. git fetch https://gitlab.com/some-other-user/wireshark.git their-branch-name # Create a branch from FETCH_HEAD with a more useful name. git checkout -b other-user-branch-name FETCH_HEAD" Then a full cmake and msbuild. Is there a better way to try out a commit before it's merged?
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe