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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E888AC433FE for ; Thu, 27 Jan 2022 02:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235161AbiA0Cac (ORCPT ); Wed, 26 Jan 2022 21:30:32 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:63951 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235138AbiA0Cac (ORCPT ); Wed, 26 Jan 2022 21:30:32 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 3DD76105449; Wed, 26 Jan 2022 21:30:31 -0500 (EST) (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; s=sasl; bh=IbNY2Ex+1S1wUr0EivtfQKr6Kc3V0dhDzR5Ltm dlcn4=; b=DWsWtmM24yOfgb6TBtfEZTPtdbE9kGmsGQjsGRSw8ni0T0Eh0EUgg2 SGnTCmzQX9EJiVbW78M7o29cm06z2gq9nzCB0zTJnE3KeKaGjRUjmlWjxwPD2b/o peujQ5ABfFcwkgaRtG/qgjVdRMDNexAKF+iZKGbnc6hzNBOj/xn0s= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 34836105448; Wed, 26 Jan 2022 21:30:31 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (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 86DBF105447; Wed, 26 Jan 2022 21:30:30 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Greg Hurrell Cc: Git Mailing List , =?utf-8?B?w4Z2YXIgQXJuZmo=?= =?utf-8?B?w7Zyw7A=?= Bjarmason Subject: Re: [PATCH v2 1/2] Documentation/config/pgp.txt: replace stray character with References: <220125.861r0vhh8r.gmgdl@evledraar.gmail.com> <20220126121426.53799-1-greg@hurrell.net> <20220126121426.53799-2-greg@hurrell.net> Date: Wed, 26 Jan 2022 18:30:29 -0800 In-Reply-To: <20220126121426.53799-2-greg@hurrell.net> (Greg Hurrell's message of "Wed, 26 Jan 2022 13:14:25 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 18A04AEE-7F19-11EC-A24D-CB998F0A682E-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Greg Hurrell writes: > Specifically, replace the tab between "the" and "first" with a space. Good eyes. Does it have ANY practical downside to leave it unfixed? In other words, how did you spot it (e.g. "asciidoctor passes tab as-is and screwed up an alignment of the text, which was how I noticed it")? Thanks. > > Signed-off-by: Greg Hurrell > --- > Documentation/config/gpg.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/config/gpg.txt b/Documentation/config/gpg.txt > index 0cb189a077..abfabd6d62 100644 > --- a/Documentation/config/gpg.txt > +++ b/Documentation/config/gpg.txt > @@ -37,7 +37,7 @@ gpg.minTrustLevel:: > gpg.ssh.defaultKeyCommand:: > This command that will be run when user.signingkey is not set and a ssh > signature is requested. On successful exit a valid ssh public key is > - expected in the first line of its output. To automatically use the first > + expected in the first line of its output. To automatically use the first > available key from your ssh-agent set this to "ssh-add -L". > > gpg.ssh.allowedSignersFile::