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-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 0229B1F9E0 for ; Wed, 5 Aug 2020 01:20:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727098AbgHEBTQ (ORCPT ); Tue, 4 Aug 2020 21:19:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727051AbgHEBTM (ORCPT ); Tue, 4 Aug 2020 21:19:12 -0400 Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7816C061756 for ; Tue, 4 Aug 2020 18:19:11 -0700 (PDT) Received: by mail-wr1-x42c.google.com with SMTP id z18so35505583wrm.12 for ; Tue, 04 Aug 2020 18:19:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=djD/3SIoEHw+iUsL/AdbKgn+UWa7uq1S8vjdmn3IL3w=; b=BpP1zUMCPYz5VWmq4eoD7CDvxnJFoQePLWhNhRGXZywS10Ga9lI3GYFcEqFn1OKM7N d4rrZu0zTJjGPlRo4wo8d23ul5hscfZoAY+8A7I8YoapQHnq3wpYLJelPn8JfRAuQmNf nUa5118GZCAYJ0649Ib1sOwOZRI8+lUPKWQFNihkk07weC7lufgAg6zzOlFe//6Wn4lh onShr4sVc3+ShqweW+sqRcOC7UZ6F8QWv2cZvla8XZvBEUfiLvszKa97KM5fG404weQz asgZtFMp7C+xCiIuETi3jEvmystalQ5ZDTsqXLgHv0jg7zmSQVhJ/QW93x0wz3ROlIst PqFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=djD/3SIoEHw+iUsL/AdbKgn+UWa7uq1S8vjdmn3IL3w=; b=BBxhiVHZSTy/lLVDfyHiplinnX2ryZl3OYIWIYN7534Pz8+ZET9ic7pzmu+SBK+fpI vzuVahIMQfa+y9h/TK3XexFXiExjmtKVPNv0hVYuYaFmO8p7wRvk0RKwWuVpLwyFTxbw 8cXtP+Tc7DHbeclUpQoGMD1WOCiY8f0NU5o2unbVTY8Hhydq6qTeTXQd5riJF65L26D/ zdGKzFN3hvHAOBv4IAX0E6TAILnqON2ZaVwH4ySzHtXqGvKj7oDFbesi2PrYUQwuPTej BqkWf9SV8QJRYuIeu16kDTCkRYW0vidoE6nMgL5dAx8aoTS2a/9tSFN7KWbAioiwllOT 8vIg== X-Gm-Message-State: AOAM5331o2AdLnGXE3Svl6KYjSrc0Bf+lqp9XZtjzrvpZzEtxN3PlMb1 u2EoYz7a5/HSz4YF1BzWZY4N8LT3 X-Google-Smtp-Source: ABdhPJyT4PNoPO+HvahzPE4a/9YlepySfb8Z9nJc3+RQ9W44mUR5R5+33WSsO+7mBmUNoE49PeYwiw== X-Received: by 2002:adf:bbca:: with SMTP id z10mr449968wrg.425.1596590350338; Tue, 04 Aug 2020 18:19:10 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id g126sm618756wme.16.2020.08.04.18.19.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Aug 2020 18:19:09 -0700 (PDT) Message-Id: <2bd473e0aa963c6e883a6fcaf01f3137c5e6a2e8.1596590347.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Philippe Blain via GitGitGadget" Date: Wed, 05 Aug 2020 01:19:04 +0000 Subject: [PATCH v3 1/4] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers' Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n_Th=C3=A1i_Ng=E1=BB=8Dc?= Duy , Philip Oakley , Eric Sunshine , SZEDER =?UTF-8?Q?G=C3=A1bor?= , Philippe Blain , Philippe Blain Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Philippe Blain The guides 'gitcredentials' and 'gitremote-helpers' do not currently appear in command-list.txt. 'gitcredentials' was forgotten back when guides were added to command-list.txt in 1b81d8cb19 (help: use command-list.txt for the source of guides, 2018-05-20). 'gitremote-helpers' was moved to section 7 in 439cc74632 (docs: move gitremote-helpers into section 7, 2019-03-25), but command-list.txt was not updated at the time. Add these two guides to the list of guides in 'command-list.txt', so that they appear in the output of 'git help --guides', and capitalize the first word of the description of 'gitcredentials', as was done in 1b81d8c (help: use command-list.txt for the source of guides, 2018-05-20) for the other guides. While at it, add a comment in Documentation/Makefile to remind developers to update command-list.txt if they add a new guide. Signed-off-by: Philippe Blain --- Documentation/Makefile | 1 + Documentation/gitcredentials.txt | 2 +- command-list.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index ecd0b340b1..39f6fc8de7 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -17,6 +17,7 @@ MAN1_TXT += git.txt MAN1_TXT += gitk.txt MAN1_TXT += gitweb.txt +# man5 / man7 guides (note: new guides should also be added to command-list.txt) MAN5_TXT += gitattributes.txt MAN5_TXT += githooks.txt MAN5_TXT += gitignore.txt diff --git a/Documentation/gitcredentials.txt b/Documentation/gitcredentials.txt index 9e481aec85..758bf39ba3 100644 --- a/Documentation/gitcredentials.txt +++ b/Documentation/gitcredentials.txt @@ -3,7 +3,7 @@ gitcredentials(7) NAME ---- -gitcredentials - providing usernames and passwords to Git +gitcredentials - Providing usernames and passwords to Git SYNOPSIS -------- diff --git a/command-list.txt b/command-list.txt index 89aa60cde7..e5901f2213 100644 --- a/command-list.txt +++ b/command-list.txt @@ -195,6 +195,7 @@ git-write-tree plumbingmanipulators gitattributes guide gitcli guide gitcore-tutorial guide +gitcredentials guide gitcvs-migration guide gitdiffcore guide giteveryday guide @@ -204,6 +205,7 @@ githooks guide gitignore guide gitmodules guide gitnamespaces guide +gitremote-helpers guide gitrepository-layout guide gitrevisions guide gitsubmodules guide -- gitgitgadget