[PATCH 1/2] command-list: add gitformat-loose(5) and gitpacking(7)
From: Tuomas Ahola <hidden>
Date: 2026-09-09 05:25:15
Subsystem:
the rest · Maintainer:
Linus Torvalds
Three manpages from sections 5 and 7 are not featured in command-list.txt as concept guides or interface manuals. As easy fixes, add gitformat-loose(5) to 'developerinterfaces' and make gitpacking(7) a 'guide'. That leaves only gitweb.conf(5) which could be added to 'userinterfaces'. However, the manual would then appear as "web.conf" in `git help -a` which is just confusing. So, perhaps we are better off by leaving it out. Signed-off-by: Tuomas Ahola <redacted> --- command-list.txt | 2 ++ 1 file changed, 2 insertions(+)
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
--
ta/command-list-guides-sync-lint