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 73B941F45E for ; Wed, 12 Feb 2020 22:43:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728674AbgBLWnU (ORCPT ); Wed, 12 Feb 2020 17:43:20 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:60666 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727692AbgBLWnU (ORCPT ); Wed, 12 Feb 2020 17:43:20 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5F1034D380; Wed, 12 Feb 2020 17:43:20 -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=jTwgsaw0et2I5uJ4OzAlhPJgmGY=; b=j4mUk8 LznJHXHBSbhfwJNcwkpIjPAm8LhSqTnIDwy/qX5b42YMHJ8202jl/pncSwT71Ntk b9Kh6LLoAe0lQ5Zlt87QccyGM3dYNc6ztPErblYFXAvMUBs9EyHAecZDBypohBA+ DN1r8S0YvSxnkGDd9ROILEipjpllVGUFxm9OQ= 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=b9w00ByOFOeSBmy3QfVEuUsJjTEegfDS /3d30PQai0cB1gxC80xDbnespHUZWwDpUU5jHKLlrp+xsjZb3gfVDjUsto998Ht9 qX4XOX3cnFI+JNw584ZbTtsOUeODMnNF+meU1UJ4YyLkEdWFgA5W4CekPfYC6pW1 tROdxsZuY38= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5725C4D37F; Wed, 12 Feb 2020 17:43:20 -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-smtp2.pobox.com (Postfix) with ESMTPSA id 9BFCF4D379; Wed, 12 Feb 2020 17:43:19 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Masaya Suzuki Cc: Git Mailing List Subject: Re: [PATCH v3] doc: describe Git bundle format References: <20200131221800.240352-1-masayasuzuki@google.com> <20200207204225.123764-1-masayasuzuki@google.com> Date: Wed, 12 Feb 2020 14:43:17 -0800 In-Reply-To: (Masaya Suzuki's message of "Wed, 12 Feb 2020 14:13:29 -0800") 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: 11069BB6-4DE9-11EA-9915-D1361DBA3BAF-77302942!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Masaya Suzuki writes: > Anyway. Is it OK with adding this small note on "prereq is not a > shallow boundary"? I thought the text in the latest round is good as-is. Thanks.