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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-1.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_CSS,URIBL_CSS_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 746C81F54E for ; Wed, 3 Aug 2022 16:37:16 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.b="Cz3nIBYR"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235697AbiHCQhM (ORCPT ); Wed, 3 Aug 2022 12:37:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbiHCQhL (ORCPT ); Wed, 3 Aug 2022 12:37:11 -0400 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0125A6544 for ; Wed, 3 Aug 2022 09:37:09 -0700 (PDT) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 0937014B88F; Wed, 3 Aug 2022 12:37:09 -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=f/bY7H7XDA3M V3X1QycZrPqjBcce6snX91nWaZLDVkU=; b=Cz3nIBYRvuVG6qSfcvMi64daHJmx 0WujIM5jBmRS0wjidXGn7EhjXRC9BI7ZIHWB/XtlEc1dq4oebeUlYSjXkKNOfR68 o0UhaD2rKqRX2brUsjwoPCA+qzemX7dEPbkjuqJzYJg1vZ29y5MWT9UHT2s4CG8P f5ILDu6KwcyV2B8= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D7B4014B88E; Wed, 3 Aug 2022 12:37:08 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.145.39.32]) (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 1B5AD14B88D; Wed, 3 Aug 2022 12:37:08 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Eric Sunshine , Philippe Blain , Derrick Stolee , Taylor Blau , Jeff King , Teng Long Subject: Re: [PATCH v7 10/10] docs: move multi-pack-index docs to man section 5 References: Date: Wed, 03 Aug 2022 09:37:06 -0700 In-Reply-To: (=?utf-8?B?IsOGdmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Tue, 2 Aug 2022 14:56:59 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 83FE33B2-134A-11ED-9343-CB998F0A682E-77302942!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > diff --git a/Documentation/gitformat-pack.txt b/Documentation/gitformat= -pack.txt > index 546c99f8871..68328bada6b 100644 > --- a/Documentation/gitformat-pack.txt > +++ b/Documentation/gitformat-pack.txt > @@ -507,6 +507,11 @@ packs arranged in MIDX order (with the preferred p= ack coming first). > The MIDX's reverse index is stored in the optional 'RIDX' chunk within > the MIDX itself. > =20 > +SEE ALSO > +-------- > + > +linkgit:gitformat-multi-pack-index[5] I already sais that midx and mtimes may want to be all described in the main packfile format documentation, but I am OK to have separate pages for these auxiliary files that supplement the .pack/.idx pairs of files. If we were to go that route, we should have a link to cruft .mtimes page here, next to the link to midx page added here. I find the direction of the overall goal of the series agreeable. Thanks for working on the patches.