diff mbox series

[1/1] help: add gitsubmodules to the list of guides

Message ID 8026c7e9ab2f60af770fa66097d3220259201d8f.1572267946.git.gitgitgadget@gmail.com (mailing list archive)
State New, archived
Headers show
Series help: add gitsubmodules to the list of guides | expand

Commit Message

Linus Arver via GitGitGadget Oct. 28, 2019, 1:05 p.m. UTC
From: Philippe Blain <levraiphilippeblain@gmail.com>

The guide "gitsubmodules" was added in d480345 (submodules: overhaul
documentation, 2017-06-22), but it was not added to
command-list.txt when commit 1b81d8c (help: use command-list.txt
for the source of guides, 2018-05-20) taught "git help" to obtain the
guide list from this file.

Add it now, and capitalize the first word of the description of
gitsubmodules, as was done in 1b81d8c (help: use command-list.txt
for the source of guides, 2018-05-20) for the other guides.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
---
 Documentation/gitsubmodules.txt | 2 +-
 command-list.txt                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Jonathan Nieder Oct. 28, 2019, 9:51 p.m. UTC | #1
Philippe Blain wrote:

> The guide "gitsubmodules" was added in d480345 (submodules: overhaul
> documentation, 2017-06-22), but it was not added to
> command-list.txt when commit 1b81d8c (help: use command-list.txt
> for the source of guides, 2018-05-20) taught "git help" to obtain the
> guide list from this file.
>
> Add it now, and capitalize the first word of the description of
> gitsubmodules, as was done in 1b81d8c (help: use command-list.txt
> for the source of guides, 2018-05-20) for the other guides.
>
> Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
> ---
>  Documentation/gitsubmodules.txt | 2 +-
>  command-list.txt                | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)

Good catch.  Thanks for taking care of it.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
diff mbox series

Patch

diff --git a/Documentation/gitsubmodules.txt b/Documentation/gitsubmodules.txt
index 0a890205b8..c476f891b5 100644
--- a/Documentation/gitsubmodules.txt
+++ b/Documentation/gitsubmodules.txt
@@ -3,7 +3,7 @@  gitsubmodules(7)
 
 NAME
 ----
-gitsubmodules - mounting one repository inside another
+gitsubmodules - Mounting one repository inside another
 
 SYNOPSIS
 --------
diff --git a/command-list.txt b/command-list.txt
index a9ac72bef4..72e435c5a3 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -203,6 +203,7 @@  gitmodules                              guide
 gitnamespaces                           guide
 gitrepository-layout                    guide
 gitrevisions                            guide
+gitsubmodules                           guide
 gittutorial-2                           guide
 gittutorial                             guide
 gitworkflows                            guide