summaryrefslogtreecommitdiff
path: root/Documentation/git-credential.txt
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2012-08-08 07:58:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-08 16:59:17 (GMT)
commitfa0aad4ff5079132e0a163daa701506d652b2bf8 (patch)
treef21025282119e568944d29a5f6c8be7223782a7a /Documentation/git-credential.txt
parente15c16de396a1e1f42001b03cb885ce64eb4098e (diff)
downloadgit-fa0aad4ff5079132e0a163daa701506d652b2bf8.zip
git-fa0aad4ff5079132e0a163daa701506d652b2bf8.tar.gz
git-fa0aad4ff5079132e0a163daa701506d652b2bf8.tar.bz2
Documentation: list git-credential in plumbing commands
Commit e30b2feb1b (Jun 24 2012, add 'git credential' plumbing command) forgot to add git-credential to command-list.txt, hence the command was not appearing in the documentation, making it hard for users to discover it. While we're there, capitalize the description line for git-crendential for consistency with other commands. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-credential.txt')
-rw-r--r--Documentation/git-credential.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt
index 53adee3..810e957 100644
--- a/Documentation/git-credential.txt
+++ b/Documentation/git-credential.txt
@@ -3,7 +3,7 @@ git-credential(1)
NAME
----
-git-credential - retrieve and store user credentials
+git-credential - Retrieve and store user credentials
SYNOPSIS
--------