Documentation: list git-credential in plumbing commands

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>
This commit is contained in:
Matthieu Moy 2012-08-08 09:58:27 +02:00 committed by Junio C Hamano
parent e15c16de39
commit fa0aad4ff5
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ git-credential(1)
NAME NAME
---- ----
git-credential - retrieve and store user credentials git-credential - Retrieve and store user credentials
SYNOPSIS SYNOPSIS
-------- --------

View File

@ -25,6 +25,7 @@ git-commit mainporcelain common
git-commit-tree plumbingmanipulators git-commit-tree plumbingmanipulators
git-config ancillarymanipulators git-config ancillarymanipulators
git-count-objects ancillaryinterrogators git-count-objects ancillaryinterrogators
git-credential purehelpers
git-cvsexportcommit foreignscminterface git-cvsexportcommit foreignscminterface
git-cvsimport foreignscminterface git-cvsimport foreignscminterface
git-cvsserver foreignscminterface git-cvsserver foreignscminterface