diff options
author | Jeff King <peff@peff.net> | 2012-08-08 14:34:49 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-08 12:11:54 -0700 |
commit | c6632eba5a14791b1fa376cd59eb334c29732327 (patch) | |
tree | d377d6f63c2fae4d88d750b5619f939cd73b41ee /Documentation/git-credential-cache--daemon.txt | |
parent | 63b903962a201fb6c618051b2c7f1366035f27be (diff) | |
download | git-c6632eba5a14791b1fa376cd59eb334c29732327.tar.gz |
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>
Diffstat (limited to 'Documentation/git-credential-cache--daemon.txt')
-rw-r--r-- | Documentation/git-credential-cache--daemon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-credential-cache--daemon.txt b/Documentation/git-credential-cache--daemon.txt index 11edc5a173..d15db42d43 100644 --- a/Documentation/git-credential-cache--daemon.txt +++ b/Documentation/git-credential-cache--daemon.txt @@ -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 -------- |