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.2 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 5086E1F8C6 for ; Tue, 14 Sep 2021 17:51:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231332AbhINRxD (ORCPT ); Tue, 14 Sep 2021 13:53:03 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:52629 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229785AbhINRxC (ORCPT ); Tue, 14 Sep 2021 13:53:02 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 02059147DA3; Tue, 14 Sep 2021 13:51:45 -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=qVVdILLnL1IiwQwGoFs/W2RfaOqVHetOTHBsGi ivD6s=; b=AQCc3q39QvS+JjzlFlVyskGHYIH18+1CNcVyL73WTHbowK+Gm3sYfO BauFWt2MNZ9926o6CS+G54f26jOo/LjsqO3ooqb4HjqvOiOATYTwqk/r3+5pusah 9Tv1sbk/WPIVNPJBgcPJ8ceDHoTZnmttMljOkc2NTqw/2mErv39RE= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id EDCE0147DA2; Tue, 14 Sep 2021 13:51:44 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.73.10.127]) (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 6B602147DA1; Tue, 14 Sep 2021 13:51:42 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Derrick Stolee , Eric Sunshine , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Elijah Newren , Bagas Sanjaya Subject: Re: [PATCH v4 00/15] Upstreaming the Scalar command References: Date: Tue, 14 Sep 2021 10:51:40 -0700 In-Reply-To: (Johannes Schindelin's message of "Tue, 14 Sep 2021 17:10:16 +0200 (CEST)") 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: 6B78FAE4-1584-11EC-BD52-F327CE9DA9D6-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > Hi, > > On Tue, 14 Sep 2021, Johannes Schindelin via GitGitGadget wrote: > >> tl;dr: This series contributes the Scalar command to the Git project. This >> command provides an opinionated way to create and configure repositories >> with a focus on very large repositories. >> >> Changes since v3: >> >> * Moved the "Changes since" section to the top, to make it easier to see >> what changed. >> * Reworded the commit message of the first patch. >> * Removed the [RFC] prefix because I did not hear any objections against >> putting this into contrib/. > > Forgot to say: > > * Sent this out to reflect my latest state before taking off for two > weeks. Thanks, will queue. Have fun.