-
Notifications
You must be signed in to change notification settings - Fork 156
command-list.txt: add gitfaq to the list of guides #639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When 'gitfaq.txt' was added in 2149b67 (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 <levraiphilippeblain@gmail.com>
/submit |
Submitted as pull.639.git.1589985889076.gitgitgadget@gmail.com |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into pu via git@ab24bde. |
On the Git mailing list, "brian m. carlson" wrote (reply to this):
|
This patch series was integrated into pu via git@56eec21. |
This patch series was integrated into pu via git@72d398a. |
This patch series was integrated into next via git@ab3fc8f. |
This patch series was integrated into pu via git@80e013c. |
This patch series was integrated into next via git@80e013c. |
This patch series was integrated into master via git@80e013c. |
Closed via 80e013c. |
The new FAQ is not listed in
command-list.txt
, so it does not show up ingit help --guides
.I think this should be included in 2.27.0.
CC: brian m. carlson sandals@crustytoothpaste.net