diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-09-10 08:33:25 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-09-10 08:33:26 -0700 |
| commit | 95209831084a15e0fd64678bf07e20f9d1f9f3cc (patch) | |
| tree | 06e13a8ad4e2687dfb47d67b3a0f6b44ff41675e /command-list.txt | |
| parent | 25d066a1aefc6d0072276a08e61227a1ad2227f5 (diff) | |
| parent | 8d96b6031c6c2b175d3679bdd67ac5cb8244bfe9 (diff) | |
Merge branch 'ta/command-list-guides-sync-lint' into jchjch
A new linter test has been added to Documentation/lint-manpages.sh
to ensure that all non-command manual pages (guides and developer
interfaces) listed in Documentation/Makefile are present in
command-list.txt, replacing an older comment that reminded
developers to keep them in sync.
* ta/command-list-guides-sync-lint:
lint-docs: check the guide list in command-list.txt
command-list: add gitformat-loose(5) and gitpacking(7)
Diffstat (limited to 'command-list.txt')
| -rw-r--r-- | command-list.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index 63ae2a67c9..955eec6e7e 100644 --- a/command-list.txt +++ b/command-list.txt @@ -225,6 +225,7 @@ gitformat-bundle developerinterfaces gitformat-chunk developerinterfaces gitformat-commit-graph developerinterfaces gitformat-index developerinterfaces +gitformat-loose developerinterfaces gitformat-pack developerinterfaces gitformat-signature developerinterfaces gitglossary guide @@ -234,6 +235,7 @@ gitk mainporcelain gitmailmap userinterfaces gitmodules userinterfaces gitnamespaces guide +gitpacking guide gitprotocol-capabilities developerinterfaces gitprotocol-common developerinterfaces gitprotocol-http developerinterfaces |
