From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthieu Moy Subject: [PATCH v2] Documentation: list git-credential in plumbing commands Date: Wed, 8 Aug 2012 19:13:09 +0200 Message-ID: <1344445989-2923-1-git-send-email-Matthieu.Moy@imag.fr> References: <7vmx25tj5y.fsf@alter.siamese.dyndns.org> Cc: Matthieu Moy To: git@vger.kernel.org, gitster@pobox.com X-From: git-owner@vger.kernel.org Wed Aug 08 19:13:57 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sz9pU-0005a3-C1 for gcvg-git-2@plane.gmane.org; Wed, 08 Aug 2012 19:13:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030567Ab2HHRNv (ORCPT ); Wed, 8 Aug 2012 13:13:51 -0400 Received: from mx2.imag.fr ([129.88.30.17]:38645 "EHLO rominette.imag.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030444Ab2HHRNu (ORCPT ); Wed, 8 Aug 2012 13:13:50 -0400 Received: from mail-veri.imag.fr (mail-veri.imag.fr [129.88.43.52]) by rominette.imag.fr (8.13.8/8.13.8) with ESMTP id q78HAcJ7030374 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 8 Aug 2012 19:10:38 +0200 Received: from bauges.imag.fr ([129.88.7.32]) by mail-veri.imag.fr with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Sz9pJ-0006vm-3F; Wed, 08 Aug 2012 19:13:45 +0200 Received: from moy by bauges.imag.fr with local (Exim 4.72) (envelope-from ) id 1Sz9pI-0000m2-Sx; Wed, 08 Aug 2012 19:13:44 +0200 X-Mailer: git-send-email 1.7.12.rc1.183.gb94da76 In-Reply-To: <7vmx25tj5y.fsf@alter.siamese.dyndns.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (rominette.imag.fr [129.88.30.17]); Wed, 08 Aug 2012 19:10:38 +0200 (CEST) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: q78HAcJ7030374 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: moy@imag.fr MailScanner-NULL-Check: 1345050639.82679@FtJ9pEC91yknUd4+cUOpcA Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Commit e30b2feb1b (Jun 24 2012, add 'git credential' plumbing command) forgot to add git-credential to command-list.txt, hence the command was not appearing in the documentation, making it hard for users to discover it. While we're there, capitalize the description line for git-crendential for consistency with other commands. Signed-off-by: Matthieu Moy --- > > for consistancy with other commands. > > consistency? Yes, sorry. This one should be OK. Documentation/git-credential.txt | 2 +- command-list.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt index 53adee3..810e957 100644 --- a/Documentation/git-credential.txt +++ b/Documentation/git-credential.txt @@ -3,7 +3,7 @@ git-credential(1) NAME ---- -git-credential - retrieve and store user credentials +git-credential - Retrieve and store user credentials SYNOPSIS -------- diff --git a/command-list.txt b/command-list.txt index 14ea67a..ec64cac 100644 --- a/command-list.txt +++ b/command-list.txt @@ -25,6 +25,7 @@ git-commit mainporcelain common git-commit-tree plumbingmanipulators git-config ancillarymanipulators git-count-objects ancillaryinterrogators +git-credential purehelpers git-cvsexportcommit foreignscminterface git-cvsimport foreignscminterface git-cvsserver foreignscminterface -- 1.7.12.rc1.183.gb94da76