From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 5C12E1F5AD for ; Wed, 8 Apr 2020 19:21:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728860AbgDHTVi (ORCPT ); Wed, 8 Apr 2020 15:21:38 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:56097 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728351AbgDHTVh (ORCPT ); Wed, 8 Apr 2020 15:21:37 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id B38CCB193A; Wed, 8 Apr 2020 15:21:35 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=MuPFdz3ZJPgrzk/O2c5sX5mgwIU=; b=cww3En eJxNIOcqkcsFz1Ot/exByXw+R5J6QX23/dhkus08CL8PGaZj2j81xaHJSos7K2XI nXstj8FeehYMptXifSGiTNpBLHxQQb/wYQGqF9+7Mogk5wN7duiry2RLTztF3nxj sTdDvoZvMZn8zUcZYE3Vn/FMAHHm94WVNZVgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=HVCsKp9F+cfmQeQPaG2L+yHACwc1VNn8 D29ZqiTAjjOKbMq6nuvz8kUhJ+ByhCgsvTFCZ7FygDw1qtqWDvqCNloIdTAT/PAy 6ThbnkVBlAHQq50RYu02ecZ2+S+npABbtp6mktWBHYtEMFcKZNHmFi3gCVFo3InB sjmEkEr5zig= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id AAB39B1938; Wed, 8 Apr 2020 15:21:35 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id F1516B1936; Wed, 8 Apr 2020 15:21:32 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Derrick Stolee Cc: Garima Singh via GitGitGadget , git@vger.kernel.org, szeder.dev@gmail.com, jonathantanmy@google.com, Garima Singh , "jnareb\@gmail.com" Subject: Re: [PATCH v4 00/15] Changed Paths Bloom Filters References: Date: Wed, 08 Apr 2020 12:21:31 -0700 In-Reply-To: (Derrick Stolee's message of "Wed, 8 Apr 2020 11:51:14 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 2807EE4E-79CE-11EA-B8AD-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Derrick Stolee writes: > I noticed Jakub was not CC'd on this email. Jakub: do you plan to re-review > the new version? Or are you satisfied with the resolutions to your comments? > ... > What do you think, Junio? I was hoping that after Jakub's review, the new round was ready for 'next' to be extended further by building on top as needed. Of course the path-limited revision walk is one of the most important part of the entire system, so I'd welcome reviews from others, too. Thanks.