Re: [PATCH 1/1] help: add gitsubmodules to the list of guides
From: Jonathan Nieder <hidden>
Date: 2019-10-28 21:51:09
From: Jonathan Nieder <hidden>
Date: 2019-10-28 21:51:09
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 <redacted> --- 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 <redacted>