diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-05-21 01:17:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-05-21 07:31:21 +0200 |
commit | 3d89a8c11801af1f7aae9d009240fd43cf322845 (patch) | |
tree | 15134bf1a6c5c3d8d31171d919a02f8ae253ff20 /Documentation/Makefile | |
parent | Git 2.36 (diff) | |
download | git-3d89a8c11801af1f7aae9d009240fd43cf322845.tar.xz git-3d89a8c11801af1f7aae9d009240fd43cf322845.zip |
Documentation/technical: add cruft-packs.txt
Create a technical document to explain cruft packs. It contains a brief
overview of the problem, some background, details on the implementation,
and a couple of alternative approaches not considered here.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 44c080e3e5..3e884f55c1 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -94,6 +94,7 @@ TECH_DOCS += MyFirstContribution TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches TECH_DOCS += technical/bundle-format +TECH_DOCS += technical/cruft-packs TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format |