Documentation: list git-credential in plumbing commands
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 8 Aug 2012 07:58:27 +0000 (09:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Aug 2012 16:59:17 +0000 (09:59 -0700)
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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-credential.txt
command-list.txt

index 53adee320361085a0f9bbc9f9da17f0d3db60d20..810e957124feeb383e14e860aa1df46f99a03b5a 100644 (file)
@@ -3,7 +3,7 @@ git-credential(1)
 
 NAME
 ----
-git-credential - retrieve and store user credentials
+git-credential - Retrieve and store user credentials
 
 SYNOPSIS
 --------
index 14ea67af038fbfce388dd20b8adcda503106911d..ec64cacf06d1cc7c0f2de4a12bb2b465f5351250 100644 (file)
@@ -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