From: Philippe Blain Date: Wed, 20 May 2020 14:44:48 +0000 (+0000) Subject: command-list.txt: add gitfaq to the list of guides X-Git-Tag: v2.27.0-rc2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cf579c27657b9524c782abcfecfe6204569bf4c;p=thirdparty%2Fgit.git command-list.txt: add gitfaq to the list of guides When 'gitfaq.txt' was added in 2149b6748f (docs: add a FAQ, 2020-03-30), it was added to the Makefile but not to command-list.txt. Add it there also, so that the new FAQ is listed in the output of `git help --guides`. Signed-off-by: Philippe Blain Signed-off-by: Junio C Hamano --- diff --git a/command-list.txt b/command-list.txt index 2087894655..1150f2bb3d 100644 --- a/command-list.txt +++ b/command-list.txt @@ -197,6 +197,7 @@ gitcore-tutorial guide gitcvs-migration guide gitdiffcore guide giteveryday guide +gitfaq guide gitglossary guide githooks guide gitignore guide