Skip to content

Commit

Permalink
command-list: mention git-credential-* helpers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
peff authored and gitster committed Aug 8, 2012
1 parent 63b9039 commit c6632eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-credential-cache--daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-credential-cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-credential-store.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 2 additions & 0 deletions command-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6632eb

Please sign in to comment.