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: AS53758 23.128.96.0/24 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_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 3CFF81F8C6 for ; Wed, 8 Sep 2021 00:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347095AbhIHAKI (ORCPT ); Tue, 7 Sep 2021 20:10:08 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:56247 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346025AbhIHAKH (ORCPT ); Tue, 7 Sep 2021 20:10:07 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id E7D6DE0F96; Tue, 7 Sep 2021 20:08:59 -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; s=sasl; bh=bi8s2+1PYFjVbrEFCKlvr3+Nvg4Qwvwc+sqh5Q rYZjY=; b=vLCpDG3bN2A5j4cuKMoo1Slga5Tg380hDRmyMUcaX1PISATkcYVown XH0ElU+9MPofuRdWZqul+yd8xMrpKxvZoILErrGuhLfKsDfjIX9N/9wCfBFfGT8i FR/OVvAU1yIAsNkY4PPuGFEjK8wnvz+EzdHQ0ZiQ9LQzHEW+JLLSw= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id E03F2E0F94; Tue, 7 Sep 2021 20:08:59 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.196.172.107]) (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 6862EE0F93; Tue, 7 Sep 2021 20:08:59 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Patrick Steinhardt Cc: git@vger.kernel.org, Jeff King , =?utf-8?B?w4Z2YXIg?= =?utf-8?B?QXJuZmrDtnLDsA==?= Bjarmason , Derrick Stolee , =?utf-8?Q?Ren=C3=A9?= Scharfe Subject: Re: [PATCH v3 0/7] Speed up mirror-fetches with many refs References: Date: Tue, 07 Sep 2021 17:08:58 -0700 In-Reply-To: (Junio C. Hamano's message of "Wed, 01 Sep 2021 12:58:19 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: F746D024-1038-11EC-8E63-CD991BBA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > Patrick Steinhardt writes: > >> There's only some smallish changes based on Stolee's feedback (thanks >> for that!): >> >> - A small typo in 1/7. >> >> - A confict fix in 4/7 required now because it's based on master >> instead of directly on my merged topic. >> >> - I've adjusted patch 5/7 such that I don't have to re-touch the >> logic in 6/7. > > OK, as a sanity check on my end, I've tried to apply this on master > and then to merge the result with 'ps/connectivity-optim' topic > (i.e. expected endgame for this and the other topic if both of them > graduated today without any other topics), and then tried a merge on > master to the previous round (i.e. has the other topic already in), > and did not see any difference in the end result. > > Will replace. OK. Is everybody happy with this version? I am about to mark it for 'next' in the next issue of "What's cooking" report, so please holler if I should wait.