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: AS29838 173.228.157.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE,URIBL_CSS,URIBL_CSS_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6EF351F54E for ; Mon, 22 Aug 2022 16:21:09 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.b="eYIFmajh"; dkim-atps=neutral Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 95FF61AB847; Mon, 22 Aug 2022 12:21:08 -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=0rV3YOtg6QRo MzM1ZkKyDGxRozSfOyn25nlxpv464s8=; b=eYIFmajh3aYRq0wCVn75T9ep3C2Q b+7YofRTpIoERSmRIzCXNz4zHn+vXcsWQnZsV8tgv4/S4SsjXGaLR/k+MlRuHIhY DDVmdAhGcpOuREyx66F6XHqBZrbLqcUNU4woa2NMA1OKkkE6TyQxjLzxU9nPPHol CovnZKVoAhjjVRE= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 8D5E51AB845; Mon, 22 Aug 2022 12:21:08 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.83.5.33]) (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 325C81AB844; Mon, 22 Aug 2022 12:21:05 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?Q?Ren=C3=A9?= Scharfe Cc: Eric Wong , git@vger.kernel.org, meta@public-inbox.org Subject: Re: `git patch-id --stable' vs quoted-printable References: <20220822022503.M873583@dcvr> <4e3edfa1-9c04-7a63-30ee-65fe6f2de62f@web.de> Date: Mon, 22 Aug 2022 09:21:04 -0700 In-Reply-To: <4e3edfa1-9c04-7a63-30ee-65fe6f2de62f@web.de> (=?utf-8?Q?=22R?= =?utf-8?Q?en=C3=A9?= Scharfe"'s message of "Mon, 22 Aug 2022 17:58:36 +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: 6BE71230-2236-11ED-A2D8-CBA7845BAAA9-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable List-Id: Ren=C3=A9 Scharfe writes: > Am 22.08.22 um 06:06 schrieb Junio C Hamano: >> Ren=C3=A9, do you remember if you used diff.suppressBlankEmpty >> configuration when generating the patch in question at: >> >> https://public-inbox.org/git/6727daf1-f077-7319-187e-ab4e55de3b2d@= web.de/raw >> >> by the way? > > I did not use that option. Attached the copy from my Sent folder, whic= h > has spaces at the start of the blank lines in the config.txt hunk. Hmph, so I cannot quite explain what removed the leading spaces from the copy public-inbox archived. Thanks.