Skip to content

Commit c6632eb

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 63b9039 commit c6632eb

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Documentation/git-credential-cache--daemon.txt

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

44
NAME
55
----
6-
git-credential-cache--daemon - temporarily store user credentials in memory
6+
git-credential-cache--daemon - Temporarily store user credentials in memory
77

88
SYNOPSIS
99
--------

Documentation/git-credential-cache.txt

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

44
NAME
55
----
6-
git-credential-cache - helper to temporarily store passwords in memory
6+
git-credential-cache - Helper to temporarily store passwords in memory
77

88
SYNOPSIS
99
--------

Documentation/git-credential-store.txt

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

44
NAME
55
----
6-
git-credential-store - helper to store credentials on disk
6+
git-credential-store - Helper to store credentials on disk
77

88
SYNOPSIS
99
--------

command-list.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ git-commit-tree plumbingmanipulators
2626
git-config ancillarymanipulators
2727
git-count-objects ancillaryinterrogators
2828
git-credential purehelpers
29+
git-credential-cache purehelpers
30+
git-credential-store purehelpers
2931
git-cvsexportcommit foreignscminterface
3032
git-cvsimport foreignscminterface
3133
git-cvsserver foreignscminterface

0 commit comments

Comments
 (0)