Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: Zac Medico <zmedico@g.o>, gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] [sync] Increase the default git sync-depth to 10
Date: Sun, 30 Oct 2016 20:32:21
Message-Id: f7d8390f-bf3b-6684-aad2-57f9edc22a0e@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] [sync] Increase the default git sync-depth to 10 by Zac Medico
1 On 10/30/2016 01:22 PM, Zac Medico wrote:
2 > On Sun, Oct 30, 2016 at 1:19 PM, Zac Medico <zmedico@g.o> wrote:
3 >> On 10/30/2016 12:08 PM, Michał Górny wrote:
4 >>> Increate the default git sync-depth from 1 to 10, to ensure that
5 >>> gentoo-mirror git clones retain at least a single original signed
6 >>> commit.
7 >>
8 >> Why wouldn't the last commit always be signed?
9 >
10 > Oh, it could be a merge commit. Couldn't the original signed commit be
11 > much more than 10 commit behind though?
12 >
13
14 If most people are pushing merge commits, then it's easy to have 10 or
15 more merge commits stacked on top of each other.
16 --
17 Thanks,
18 Zac