Skip to content

Commit 2135e1a

Browse files
phil-blaingitster
authored andcommitted
command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
The guides 'gitcredentials' and 'gitremote-helpers' do not currently appear in command-list.txt. 'gitcredentials' was forgotten back when guides were added to command-list.txt in 1b81d8c (help: use command-list.txt for the source of guides, 2018-05-20). 'gitremote-helpers' was moved to section 7 in 439cc74 (docs: move gitremote-helpers into section 7, 2019-03-25), but command-list.txt was not updated at the time. Add these two guides to the list of guides in 'command-list.txt', so that they appear in the output of 'git help --guides', and capitalize the first word of the description of 'gitcredentials', as was done in 1b81d8c (help: use command-list.txt for the source of guides, 2018-05-20) for the other guides. While at it, add a comment in Documentation/Makefile to remind developers to update command-list.txt if they add a new guide. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 85b4e0a commit 2135e1a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ MAN1_TXT += git.txt
1717
MAN1_TXT += gitk.txt
1818
MAN1_TXT += gitweb.txt
1919

20+
# man5 / man7 guides (note: new guides should also be added to command-list.txt)
2021
MAN5_TXT += gitattributes.txt
2122
MAN5_TXT += githooks.txt
2223
MAN5_TXT += gitignore.txt

Documentation/gitcredentials.txt

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

44
NAME
55
----
6-
gitcredentials - providing usernames and passwords to Git
6+
gitcredentials - Providing usernames and passwords to Git
77

88
SYNOPSIS
99
--------

command-list.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ git-write-tree plumbingmanipulators
195195
gitattributes guide
196196
gitcli guide
197197
gitcore-tutorial guide
198+
gitcredentials guide
198199
gitcvs-migration guide
199200
gitdiffcore guide
200201
giteveryday guide
@@ -204,6 +205,7 @@ githooks guide
204205
gitignore guide
205206
gitmodules guide
206207
gitnamespaces guide
208+
gitremote-helpers guide
207209
gitrepository-layout guide
208210
gitrevisions guide
209211
gitsubmodules guide

0 commit comments

Comments
 (0)