summaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-08-08 18:34:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-08 19:11:54 (GMT)
commitc6632eba5a14791b1fa376cd59eb334c29732327 (patch)
treed377d6f63c2fae4d88d750b5619f939cd73b41ee /command-list.txt
parent63b903962a201fb6c618051b2c7f1366035f27be (diff)
downloadgit-c6632eba5a14791b1fa376cd59eb334c29732327.zip
git-c6632eba5a14791b1fa376cd59eb334c29732327.tar.gz
git-c6632eba5a14791b1fa376cd59eb334c29732327.tar.bz2
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 'command-list.txt')
-rw-r--r--command-list.txt2
1 files changed, 2 insertions, 0 deletions
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