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] Migrate to GitLab?

From: Tomasz Moń <desowin@xxxxxxxxx>
Date: Tue, 8 Oct 2019 10:32:49 +0200
On Tue, Oct 8, 2019 at 12:34 AM Guy Harris <guy@xxxxxxxxxxxx> wrote:
> 2) Will this cause merge commits, such as the crap that GitHub dumps in there by default:
>
>         https://github.com/the-tcpdump-group/libpcap/commit/b43fdf882a3bd71391535362b3bf560ec54e77ef
>
> to pollute the history?

In GitHub project settings you can select the Merge Button options:
* Allow merge commits - Add all commits from the head branch to the
base branch with a merge commit.
* Allow squash merging - Combine all commits from the head branch into
a single commit in the base branch.
* Allow rebase merging - Add all commits from the head branch onto the
base branch individually.

If you want to avoid the merge commits on GitHub you can untick the
"Allow merge commits".