command-list: mention git-credential-* helpers

These commands were never added to the command-list. Adding
them makes "make check-docs" run without complaint.
While we're at it, let's capitalize the first letter of
their one-line summaries to match the rest of the git
manpages.

The credential-cache--daemon command is somewhat special. It
is already ignored by check-docs because it contains a "--",
marking it as a non-interesting implementation detail. It
is, in fact, documented, but since the documentation
basically just redirects you to a more appropriate command
anyway, let's explicitly omit it so it is not mentioned in
git(1).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2012-08-08 14:34:49 -04:00 committed by Junio C Hamano
parent 63b903962a
commit c6632eba5a
4 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ git-credential-cache--daemon(1)
NAME
----
git-credential-cache--daemon - temporarily store user credentials in memory
git-credential-cache--daemon - Temporarily store user credentials in memory
SYNOPSIS
--------

View File

@ -3,7 +3,7 @@ git-credential-cache(1)
NAME
----
git-credential-cache - helper to temporarily store passwords in memory
git-credential-cache - Helper to temporarily store passwords in memory
SYNOPSIS
--------

View File

@ -3,7 +3,7 @@ git-credential-store(1)
NAME
----
git-credential-store - helper to store credentials on disk
git-credential-store - Helper to store credentials on disk
SYNOPSIS
--------

View File

@ -26,6 +26,8 @@ git-commit-tree plumbingmanipulators
git-config ancillarymanipulators
git-count-objects ancillaryinterrogators
git-credential purehelpers
git-credential-cache purehelpers
git-credential-store purehelpers
git-cvsexportcommit foreignscminterface
git-cvsimport foreignscminterface
git-cvsserver foreignscminterface