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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7FD181F953 for ; Fri, 17 Dec 2021 16:14:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238903AbhLQQOM (ORCPT ); Fri, 17 Dec 2021 11:14:12 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:39601 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235959AbhLQQOL (ORCPT ); Fri, 17 Dec 2021 11:14:11 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 916FA5C0174; Fri, 17 Dec 2021 11:14:10 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Fri, 17 Dec 2021 11:14:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hurrell.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm1; bh=5udqMt16DRZ4s kB/Z+7/6zPBgeA8HRxniTupwdaaFyc=; b=wsj7HdPcpTA804ctDnR7jBMr9mPr8 eh+JdwmWykE6zbzlCvAvdg/5pZiIrQ9qmp+typeyFH//vQUS/A9rvB+XpnacVJ9k P0cHV9BA3Gw4av9DIqnHyA4tPBNLI+3UrsaqLJ78fxORNvZBwPbIG+Mgs43+E1XG lKrezSZhlJHJrPhMnNg4KnPP3whxjEtEJ3QTDpr8xGQaqZP8h5Rqkmj/ERZm5HjK /UpAITqfNc+krZ0Ioy4Yv76KEzHxkvnnp4uZ1r7n3JpdijArVBfaLDUTHJ/oFazL RwcQcb7LX0L9+gdeuNRjKDMGY4obJdI+Asbg6PBMmNeIItdnPTQYZE8BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=5udqMt16DRZ4skB/Z+7/6zPBgeA8HRxniTupwdaaFyc=; b=bdpbU940 a+Ad7Mwxk92npLQBpJrtrQ6HgjscMegCF3+OAQaH7yuSEqmMoive35nLO3MGyESi rrS5du4QleNnnQ5FnmTGWO9zdp4wqhIscOFiRLthcAHI2ayF2p8nMuza3qz9Izg7 vjLghyOfY7BJD5E9z8plCQnUoVUKA6nVdKITlDxr4aHatQTAHnje/e6V1XXz2jlO 2kVL030pTlRO6atSIaVS8TsqI59ArPggNNOgDAO9sR+KhYanGERGJ31poU0Fwe9g 7r44885BQvUSWX+S0wnDM3S83QXkcyV2IxUj7WfbeR3hwQgAm8HNuyN/2wbkrrkB g2Fdpfahxpj6XA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrleeigdekiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomhepifhrvghgucfj uhhrrhgvlhhluceoghhrvghgsehhuhhrrhgvlhhlrdhnvghtqeenucggtffrrghtthgvrh hnpeeutedvieffudeggeehudehtddufeeljeehtddttedvteefhfevkeeuudelhedtfeen ucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpehgrhgvgh eshhhurhhrvghllhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 17 Dec 2021 11:14:09 -0500 (EST) From: Greg Hurrell To: Git Mailing List Cc: Eric Sunshine Subject: [PATCH v2] docs: add missing colon to Documentation/config/gpg.txt Date: Fri, 17 Dec 2021 17:13:58 +0100 Message-Id: <20211217161359.15360-1-greg@hurrell.net> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Just added a Signed-off-by and reworded the commit message as suggested by Eric Sunshine. There are other fixes that could be applied to other places in this documentation (eg. backticks, capitalization fixes etc) but my intent here was just to fix the most jarring problem.