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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6D7DC32767 for ; Sat, 4 Jan 2020 23:03:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7641A21734 for ; Sat, 4 Jan 2020 23:03:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="v3PZibOg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726234AbgADXDQ (ORCPT ); Sat, 4 Jan 2020 18:03:16 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:51233 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726135AbgADXDQ (ORCPT ); Sat, 4 Jan 2020 18:03:16 -0500 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 0270F9F153; Sat, 4 Jan 2020 18:03:14 -0500 (EST) (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=ho+2w4xv3/Ze8cePGyDhv13ywqc=; b=v3PZib Og3n8sPtVU4jrzLbCX5Xgs41mcsEia4k3vQupm2Hh82yLUBK1/CTV2OoY0ogl8BZ oL/5zlc5G8BxrkeBHnYXTgIbEEYpNRQuJhZzav9JOzTUtMlK5cXie9xt4bYHU9/A R9Sob/DN6/yZudj8FelYP9LCh1LyOw6DPtu4k= 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=g4l/fNm/YwGfrQ5p0jg9HlhAGLWBI/4O JMQHTXBtJRg/NQpvYsQDRk0iEgt+Y5QPk//j+dT1n4HkdHZ8/yvmJIMBwRZ7NsYQ f/gxEYRbKkuhLP+BYVNcFtn7eFbQKnMy7I21CdkjStxqdt0Tvp1Jj7FuQkRGalTi fKh6KbONR88= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id EFF049F152; Sat, 4 Jan 2020 18:03:13 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 225259F150; Sat, 4 Jan 2020 18:03:10 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Berg Cc: git@vger.kernel.org, Derrick Stolee Subject: Re: [PATCH] multi-pack-index: correct configuration in documentation References: <20200104124314.10134-1-johannes@sipsolutions.net> Date: Sat, 04 Jan 2020 15:03:08 -0800 In-Reply-To: <20200104124314.10134-1-johannes@sipsolutions.net> (Johannes Berg's message of "Sat, 4 Jan 2020 13:43:14 +0100") 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: 611A3138-2F46-11EA-9485-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Berg writes: > It's core.multiPackIndex, not pack.multiIndex. > > Signed-off-by: Johannes Berg > --- > Documentation/technical/multi-pack-index.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, will queue. > diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt > index 1e312396966c..4e7631437a58 100644 > --- a/Documentation/technical/multi-pack-index.txt > +++ b/Documentation/technical/multi-pack-index.txt > @@ -36,7 +36,7 @@ Design Details > directory of an alternate. It refers only to packfiles in that > same directory. > > -- The pack.multiIndex config setting must be on to consume MIDX files. > +- The core.multiPackIndex config setting must be on to consume MIDX files. > > - The file format includes parameters for the object ID hash > function, so a future change of hash algorithm does not require