From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7197AC83F14 for ; Wed, 30 Aug 2023 20:08:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236611AbjH3UIU (ORCPT ); Wed, 30 Aug 2023 16:08:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239639AbjH3UID (ORCPT ); Wed, 30 Aug 2023 16:08:03 -0400 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D119C31725 for ; Wed, 30 Aug 2023 12:55:31 -0700 (PDT) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 448561B9484; Wed, 30 Aug 2023 15:38:57 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=LUNxyeo7lNue qhkninNnWJLj2NGf0w7Q+STb+fvHq9k=; b=FnuS+iwyrhlnzhQOPh5+6qd+GHMi lzbtgyXmgsEDHwZlHb2lJ2KtH2wDsKk71OIo2AdRZGsGgm9qztTQ27IBQWNCXFdS WCvG46cY3n3FCEx7rNCGiJoz29r+/zc3WlnBm3Sdiv5bqSP+YKEatituBVzhKBR/ eZfg+7VqJGLmGjI= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 3CA4F1B9483; Wed, 30 Aug 2023 15:38:57 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.185.212.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id A51591B9482; Wed, 30 Aug 2023 15:38:56 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jonathan Tan Cc: git@vger.kernel.org, =?utf-8?Q?SZEDER_G=C3=A1bor?= , Taylor Blau Subject: Re: [PATCH v2 00/15] bloom: changed-path Bloom filters v2 References: Date: Wed, 30 Aug 2023 12:38:55 -0700 In-Reply-To: (Jonathan Tan's message of "Wed, 30 Aug 2023 09:43:40 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: DBEE092E-476C-11EE-92EC-25B3960A682E-77302942!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jonathan Tan writes: > Here's an updated patch set containing updates to the tests, making the= m > run on non-root commits to ensure that we exercise the Bloom filters. Thanks for a quick turnaround. > Thanks to SZEDER G=C3=A1bor for spotting this. With this everybody involved are happy, I presume. Thank you, everybody, who's worked on polishing and assembling these patches.