git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] help: add gitsubmodules to the list of guides
@ 2019-10-28 13:05 Philippe Blain via GitGitGadget
  2019-10-28 13:05 ` [PATCH 1/1] " Philippe Blain via GitGitGadget
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Blain via GitGitGadget @ 2019-10-28 13:05 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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.

Philippe Blain (1):
  help: add gitsubmodules to the list of guides

 Documentation/gitsubmodules.txt | 2 +-
 command-list.txt                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


base-commit: 4c86140027f4a0d2caaa3ab4bd8bfc5ce3c11c8a
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-433%2Fphil-blain%2Fadd-gitsubmodules-to-guides-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-433/phil-blain/add-gitsubmodules-to-guides-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/433
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] help: add gitsubmodules to the list of guides
  2019-10-28 13:05 [PATCH 0/1] help: add gitsubmodules to the list of guides Philippe Blain via GitGitGadget
@ 2019-10-28 13:05 ` Philippe Blain via GitGitGadget
  2019-10-28 21:51   ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Blain via GitGitGadget @ 2019-10-28 13:05 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Philippe Blain

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(-)

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
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] help: add gitsubmodules to the list of guides
  2019-10-28 13:05 ` [PATCH 1/1] " Philippe Blain via GitGitGadget
@ 2019-10-28 21:51   ` Jonathan Nieder
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Nieder @ 2019-10-28 21:51 UTC (permalink / raw)
  To: Philippe Blain via GitGitGadget; +Cc: git, Junio C Hamano, Philippe Blain

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-28 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 13:05 [PATCH 0/1] help: add gitsubmodules to the list of guides Philippe Blain via GitGitGadget
2019-10-28 13:05 ` [PATCH 1/1] " Philippe Blain via GitGitGadget
2019-10-28 21:51   ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).