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=-3.2 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,T_SCC_BODY_TEXT_LINE 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 0E1DF1F4D7 for ; Fri, 20 May 2022 16:22:07 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.b="Q3i3DySK"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347402AbiETQWG (ORCPT ); Fri, 20 May 2022 12:22:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231239AbiETQWF (ORCPT ); Fri, 20 May 2022 12:22:05 -0400 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C8E6381B5 for ; Fri, 20 May 2022 09:22:04 -0700 (PDT) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id A41A419B32E; Fri, 20 May 2022 12:22:03 -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=7DM4yhVqTSG4 jTrQTD1Wv/ko9l/gO/O4Wyfoi/xEnjA=; b=Q3i3DySKil8TKtHsGgSO3D9xAEVr QSILcatAJI65bYcYxNFO7ri8omsVYibnPVXGjApMp8Z+btODHJhW6sK93QZARjns qbbSDtxqwvfT1+OuEM6RnXbyUNxK4k1f2aBsI1bpVDLSinWV3i69gYRWCb0+y+EI RfLAn9RF0/0LI3E= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 9CDD419B32D; Fri, 20 May 2022 12:22:03 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.247.111.240]) (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 4410E19B328; Fri, 20 May 2022 12:22:00 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?Q?Ren=C3=A9?= Scharfe Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Taylor Blau , Derrick Stolee , Elijah Newren , rsbecker@nexbridge.com, =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Johannes Schindelin Subject: Re: [PATCH v5 1/7] archive: optionally add "virtual" files References: <42e73fb0aaca1f2498ed817c517859103d72d32b.1652984283.git.gitgitgadget@gmail.com> <99ffe394-42bb-6c04-b8ab-2d67c38d7756@web.de> Date: Fri, 20 May 2022 09:21:59 -0700 In-Reply-To: <99ffe394-42bb-6c04-b8ab-2d67c38d7756@web.de> (=?utf-8?Q?=22R?= =?utf-8?Q?en=C3=A9?= Scharfe"'s message of "Fri, 20 May 2022 16:41:07 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: F9E61DE2-D858-11EC-A31F-CBA7845BAAA9-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Ren=C3=A9 Scharfe writes: > Am 19.05.22 um 20:17 schrieb Johannes Schindelin via GitGitGadget: >> From: Johannes Schindelin >> >> With the `--add-file-with-content=3D:` option, `git > ^^^^^^^^^^^^^^^^^^^^^^^ > That's still the old option name. Same in the subject of patch 2. Good eyes, and thanks for catching what I missed---the risk of relying too much on the range-diff X-<.