]> git.ipfire.org Git - thirdparty/git.git/commit
docs: move cruft pack docs to gitformat-pack
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 4 Aug 2022 16:28:40 +0000 (18:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2022 21:12:24 +0000 (14:12 -0700)
commit6b6029dd1d347ce2c83a43afc275c5641b514ab4
tree919f0fb176d535d9f45e57b0dbdccb412addb66d
parent977c47b46d4d4e5b25afd548c1bd6c108afad632
docs: move cruft pack docs to gitformat-pack

Integrate the cruft packs documentation initially added in
3d89a8c1180 (Documentation/technical: add cruft-packs.txt, 2022-05-20)
to the newly created "gitformat-pack" documentation.

Like the "bitmap-format" added before it in
0d4455a3ab0 (documentation: add documentation for the bitmap format,
2013-11-14) the "cruft-packs" were documented in their own file.

As the diff move detection will show there is no change to
"Documentation/technical/cruft-packs.txt" here except to move it, and
to "indent" the existing sections by adding an extra "=" to them.

We could similarly convert the "bitmap-format.txt", but let's leave it
for now due to a conflict with the in-flight ac/bitmap-lookup-table
series.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/gitformat-pack.txt
Documentation/technical/cruft-packs.txt [deleted file]