docs: move commit-graph format docs to man section 5

Continue the move of existing Documentation/technical/* protocol and
file-format documentation into our main documentation space.

By moving the documentation for the commit-graph format into man
section 5 and the new "developerinterfaces" category. This change is
split from subsequent commits due to the relatively large amount of
ASCIIDOC formatting changes that are required.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason
2022-08-04 18:28:35 +02:00
committed by Junio C Hamano
parent 844739ba27
commit 8cbace93d2
5 changed files with 41 additions and 17 deletions

View File

@@ -143,6 +143,11 @@ $ git rev-parse HEAD | git commit-graph write --stdin-commits --append
------------------------------------------------
FILE FORMAT
-----------
see linkgit:gitformat-commit-graph[5].
GIT
---
Part of the linkgit:git[1] suite