git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: Matthieu Moy <Matthieu.Moy@imag.fr>, git@vger.kernel.org
Subject: [PATCH 4/4] command-list: mention git-credential-* helpers
Date: Wed, 8 Aug 2012 14:34:49 -0400	[thread overview]
Message-ID: <20120808183449.GD24574@sigill.intra.peff.net> (raw)
In-Reply-To: <20120808183132.GA24550@sigill.intra.peff.net>

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>
---
 Documentation/git-credential-cache--daemon.txt | 2 +-
 Documentation/git-credential-cache.txt         | 2 +-
 Documentation/git-credential-store.txt         | 2 +-
 command-list.txt                               | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-credential-cache--daemon.txt b/Documentation/git-credential-cache--daemon.txt
index 11edc5a..d15db42 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
 --------
diff --git a/Documentation/git-credential-cache.txt b/Documentation/git-credential-cache.txt
index f3d09c5..eeff5fa 100644
--- a/Documentation/git-credential-cache.txt
+++ b/Documentation/git-credential-cache.txt
@@ -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
 --------
diff --git a/Documentation/git-credential-store.txt b/Documentation/git-credential-store.txt
index 3109346..b27c03c 100644
--- a/Documentation/git-credential-store.txt
+++ b/Documentation/git-credential-store.txt
@@ -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
 --------
diff --git a/command-list.txt b/command-list.txt
index 1da8f0d..7e8cfec 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -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
-- 
1.7.12.rc2.2.g584e0d9

  parent reply	other threads:[~2012-08-08 18:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08  7:58 [PATCH] Documentation: list git-credential in plumbing commands Matthieu Moy
2012-08-08 16:58 ` Junio C Hamano
2012-08-08 17:13   ` [PATCH v2] " Matthieu Moy
2012-08-08 18:31   ` [PATCH 0/4] update "make check-docs" Jeff King
2012-08-08 18:32     ` [PATCH 1/4] check-docs: mention gitweb specially Jeff King
2012-08-08 18:34     ` [PATCH 2/4] check-docs: update non-command documentation list Jeff King
2012-08-08 19:24       ` Junio C Hamano
2012-08-08 20:54         ` Jeff King
2012-08-08 20:56           ` [PATCH 5/4] check-docs: factor out command-list Jeff King
2012-08-08 20:56           ` [PATCH 6/4] check-docs: list git-gui as a command Jeff King
2012-08-08 20:57           ` [PATCH 7/4] check-docs: drop git-help special-case Jeff King
2012-08-08 20:57           ` [PATCH 8/4] check-docs: get documented command list from Makefile Jeff King
2012-08-08 21:35             ` Junio C Hamano
2012-08-08 22:11           ` [PATCH 2/4] check-docs: update non-command documentation list Philip Oakley
2012-08-08 22:51             ` Junio C Hamano
2012-08-09  6:34               ` Philip Oakley
2012-08-08 18:34     ` [PATCH 3/4] command-list: add git-sh-i18n Jeff King
2012-08-08 18:34     ` Jeff King [this message]
2012-08-09  8:02       ` [PATCH 4/4] command-list: mention git-credential-* helpers Matthieu Moy
2012-08-08 19:13     ` [PATCH 0/4] update "make check-docs" Junio C Hamano
2012-08-08 20:10       ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120808183449.GD24574@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=Matthieu.Moy@imag.fr \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).