From patchwork Sun May 31 21:37:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Lorber X-Patchwork-Id: 11581007 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2E7F760D for ; Sun, 31 May 2020 21:47:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2136A2074A for ; Sun, 31 May 2020 21:47:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728448AbgEaVrb (ORCPT ); Sun, 31 May 2020 17:47:31 -0400 Received: from smtp-1a.his.com ([216.194.196.25]:55832 "EHLO smtp-1a.his.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728395AbgEaVr2 (ORCPT ); Sun, 31 May 2020 17:47:28 -0400 Received: from cuda201.his.com (cuda201.his.com [216.194.196.22]) by smtp-1a.his.com (Postfix) with ESMTPS id 732AF1F9E for ; Sun, 31 May 2020 17:38:08 -0400 (EDT) X-ASG-Debug-ID: 1590961088-061c412f3614b890001-QuoKaX Received: from smtp-nf-202.his.com (smtp-nf-202.his.com [216.194.196.20]) by cuda201.his.com with ESMTP id gVRHK5L8JL0tfpYE for ; Sun, 31 May 2020 17:38:08 -0400 (EDT) X-Barracuda-Envelope-From: keni@his.com X-Barracuda-RBL-Trusted-Forwarder: 216.194.196.20 Received: from zproxy101.his.com (zproxy101.his.com [18.218.2.49]) by smtp-nf-202.his.com (Postfix) with ESMTPS id 0CC6A600C0 for ; Sun, 31 May 2020 17:38:08 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by zproxy101.his.com (Postfix) with ESMTP id B36CD177EC9; Sun, 31 May 2020 17:38:07 -0400 (EDT) X-Barracuda-RBL-IP: 18.218.2.49 X-Barracuda-Effective-Source-IP: zproxy101.his.com[18.218.2.49] X-Barracuda-Apparent-Source-IP: 18.218.2.49 Received: from zproxy101.his.com ([127.0.0.1]) by localhost (zproxy101.his.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZSSD6uecnbLK; Sun, 31 May 2020 17:38:07 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by zproxy101.his.com (Postfix) with ESMTP id 9D63E178043; Sun, 31 May 2020 17:38:07 -0400 (EDT) X-Virus-Scanned: amavisd-new at zproxy101.his.com Received: from zproxy101.his.com ([127.0.0.1]) by localhost (zproxy101.his.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PFVjOTpC-Jvs; Sun, 31 May 2020 17:38:07 -0400 (EDT) Received: from wings.local (pool-74-96-209-77.washdc.fios.verizon.net [74.96.209.77]) by zproxy101.his.com (Postfix) with ESMTPSA id 810E2178042; Sun, 31 May 2020 17:38:07 -0400 (EDT) Received: from wings.fios-router.home (localhost [127.0.0.1]) by wings.local (8.15.2/8.15.2/Debian-10) with ESMTP id 04VLc7SZ010808; Sun, 31 May 2020 17:38:07 -0400 Received: (from keni@localhost) by wings.fios-router.home (8.15.2/8.15.2/Submit) id 04VLc61Q010807; Sun, 31 May 2020 17:38:06 -0400 From: Kenneth Lorber To: git@vger.kernel.org Cc: keni@his.com Subject: [RFC PATCH 2/2] doc: remove dated info and refs to sample hooks Date: Sun, 31 May 2020 17:37:57 -0400 X-ASG-Orig-Subj: [RFC PATCH 2/2] doc: remove dated info and refs to sample hooks Message-Id: <20200531213757.10752-3-keni@his.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200531213757.10752-1-keni@his.com> References: <20200525232727.21096-1-keni@his.com> <20200531213757.10752-1-keni@his.com> X-Barracuda-Connect: smtp-nf-202.his.com[216.194.196.20] X-Barracuda-Start-Time: 1590961088 X-Barracuda-URL: https://spam.his.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at his.com X-Barracuda-Scan-Msg-Size: 1372 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=6.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.82237 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org In the glossary entry for hooks: - don't discuss renaming the sample hooks - don't discuss the need to make the sample hooks executable as the existing wording is too specific: it implies only the sample hooks need to be executable and the need to make scripts executable is already discussed near the top of hooks(5). Signed-off-by: Kenneth Lorber --- Documentation/glossary-content.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index a8490830ff..d96b25bef3 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -208,9 +208,8 @@ for a more flexible and robust system to do the same thing. and potentially aborted, and allow for a post-notification after the operation is done. The hook scripts are found in `$GIT_DIR/hooks/` or in any directory specified by the `core.hooksPath` - configuration variable. The sample scripts are enabled by simply - removing the `.sample` suffix from the filename. In earlier versions - of Git you had to make them executable. See linkgit:githooks[5] for details. + configuration variable. + See linkgit:githooks[5] for details. [[def_index]]index:: A collection of files with stat information, whose contents are stored