[PATCH] Documentation: list git-credential in plumbing commands

2012-08-08 Thread Matthieu Moy
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 consistancy with other commands.

Signed-off-by: Matthieu Moy matthieu@imag.fr
---
 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

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Documentation: list git-credential in plumbing commands

2012-08-08 Thread Junio C Hamano
Matthieu Moy matthieu@imag.fr writes:

 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 consistancy with other commands.

consistency?


 Signed-off-by: Matthieu Moy matthieu@imag.fr

Thanks.

There really should be an easier way for the maintainer to notice
this kind of glitch without being told (better yet, the submitter of
a new command to notice it).  Perhaps the check-docs target in the
Makefile needs some updating?
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html