]> git.ipfire.org Git - thirdparty/git.git/commitdiff
command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Wed, 5 Aug 2020 01:19:04 +0000 (01:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2020 01:34:01 +0000 (18:34 -0700)
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 1b81d8cb19 (help: use command-list.txt for the
source of guides, 2018-05-20).

'gitremote-helpers' was moved to section 7 in 439cc74632 (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 <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/gitcredentials.txt
command-list.txt

index ecd0b340b1c5ad0f94cabe257606016101b81c62..39f6fc8de7ddfcf3d7e606cd28042926f0713be7 100644 (file)
@@ -17,6 +17,7 @@ MAN1_TXT += git.txt
 MAN1_TXT += gitk.txt
 MAN1_TXT += gitweb.txt
 
+# man5 / man7 guides (note: new guides should also be added to command-list.txt)
 MAN5_TXT += gitattributes.txt
 MAN5_TXT += githooks.txt
 MAN5_TXT += gitignore.txt
index 9e481aec858d6eb36a98f3b7432e9847c50dc58b..758bf39ba385804440794e91e34d24ad79a3dea4 100644 (file)
@@ -3,7 +3,7 @@ gitcredentials(7)
 
 NAME
 ----
-gitcredentials - providing usernames and passwords to Git
+gitcredentials - Providing usernames and passwords to Git
 
 SYNOPSIS
 --------
index 89aa60cde7e0659e955fdcfb963a8859bf69a567..e5901f2213319e065bf6e92b8b559b9c8bd8bf7e 100644 (file)
@@ -195,6 +195,7 @@ git-write-tree                          plumbingmanipulators
 gitattributes                           guide
 gitcli                                  guide
 gitcore-tutorial                        guide
+gitcredentials                          guide
 gitcvs-migration                        guide
 gitdiffcore                             guide
 giteveryday                             guide
@@ -204,6 +205,7 @@ githooks                                guide
 gitignore                               guide
 gitmodules                              guide
 gitnamespaces                           guide
+gitremote-helpers                       guide
 gitrepository-layout                    guide
 gitrevisions                            guide
 gitsubmodules                           guide