From patchwork Thu Jan 24 21:44:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 10780173 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8A04113B4 for ; Thu, 24 Jan 2019 21:45:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 792892FA83 for ; Thu, 24 Jan 2019 21:45:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6D3A02FA9F; Thu, 24 Jan 2019 21:45:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D13DD2FB09 for ; Thu, 24 Jan 2019 21:45:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726517AbfAXVpg (ORCPT ); Thu, 24 Jan 2019 16:45:36 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:50232 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726095AbfAXVpg (ORCPT ); Thu, 24 Jan 2019 16:45:36 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id F16721350AF; Thu, 24 Jan 2019 16:45:31 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=LtqXSbm90vzQ94k3JuNGT6wTbxE=; b=sY9HJYz6tac5HR4okz6v uWMGWg6pdHWZd8DGh58Hfzqon5tEitu8rt3wsSOOCRKdgdSYbeaqbeXo4zd3ldcv EFQZEFHR+x0Mlhj21Ex+XD/dDYqkIfydII45usFrHlgT4kNReYlduI8VL+14f94X eGSK+PZmUkah14dxk1eS2l4= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id EA5DE1350AE; Thu, 24 Jan 2019 16:45:31 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=Qiu1Vb1LurDAmrkn30N2ahlVuKUHjXpybEzEwIU/FOo=; b=UH8r9M5im3FxsyEsQYa/dl7TuibEdluwmu4i9uyrAdBtTYtiB5wXqpXw2qZpxyvLA90gWRGvTykkcUZvDG5sbe4BCy8uBkXRZHZ14T1I4NWNZS5657pIHwys3a26L2+vefnkGZAtc09FuNWForKNW9gCAROE5vXeqH9bK8WnzHo= Received: from hylob.local (unknown [74.215.108.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 51D5F1350AD; Thu, 24 Jan 2019 16:45:31 -0500 (EST) From: Kyle Meyer To: git@vger.kernel.org Cc: Kyle Meyer Subject: [PATCH] init docs: correct a punctuation typo Date: Thu, 24 Jan 2019 16:44:16 -0500 Message-Id: <20190124214416.19924-1-kyle@kyleam.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Pobox-Relay-ID: 5F2A0AFE-2021-11E9-8B70-84B4F54BB12D-24757444!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Kyle Meyer --- Documentation/git-init.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 057076ca38..32880aafb0 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -128,7 +128,7 @@ The template directory will be one of the following (in order): The default template directory includes some directory structure, suggested "exclude patterns" (see linkgit:gitignore[5]), and sample hook files. -The sample hooks are all disabled by default, To enable one of the +The sample hooks are all disabled by default. To enable one of the sample hooks rename it by removing its `.sample` suffix. See linkgit:githooks[5] for more general info on hook execution.