Skip to content

Commit fa0aad4

Browse files
moygitster
authored andcommitted
Documentation: list git-credential in plumbing commands
Commit e30b2fe (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e15c16d commit fa0aad4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/git-credential.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-credential(1)
33

44
NAME
55
----
6-
git-credential - retrieve and store user credentials
6+
git-credential - Retrieve and store user credentials
77

88
SYNOPSIS
99
--------

command-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ git-commit mainporcelain common
2525
git-commit-tree plumbingmanipulators
2626
git-config ancillarymanipulators
2727
git-count-objects ancillaryinterrogators
28+
git-credential purehelpers
2829
git-cvsexportcommit foreignscminterface
2930
git-cvsimport foreignscminterface
3031
git-cvsserver foreignscminterface

0 commit comments

Comments
 (0)