diff options
| author | Victoria Dye <vdye@github.com> | 2022-09-20 00:19:54 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-19 17:27:26 -0700 |
| commit | 89c8048855e7193988a7991ad01af0c6d8cf9226 (patch) | |
| tree | a6d95d3aac8a93f031a7bafc2ef83768b94d01b6 | |
| parent | A bit more of remaining topics before -rc1 (diff) | |
| download | git-89c8048855e7193988a7991ad01af0c6d8cf9226.tar.gz git-89c8048855e7193988a7991ad01af0c6d8cf9226.zip | |
diagnose: add to command-list.txt
Add 'git diagnose' as an "ancilliaryinterrogator" (like 'git bugreport') to
'command-list.txt' in order to have it show up in 'git help -a' and avoid
the "no link" warning message from the 'check-docs' Makefile target.
Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index 93f94e42ab..bb2e0a9214 100644 --- a/command-list.txt +++ b/command-list.txt @@ -91,6 +91,7 @@ git-cvsimport foreignscminterface git-cvsserver foreignscminterface git-daemon synchingrepositories git-describe mainporcelain +git-diagnose ancillaryinterrogators git-diff mainporcelain info git-diff-files plumbinginterrogators git-diff-index plumbinginterrogators |
