aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-05-20 19:17:32 -0400
committerJunio C Hamano <gitster@pobox.com>2022-05-20 22:31:21 -0700
commit3d89a8c11801af1f7aae9d009240fd43cf322845 (patch)
tree15134bf1a6c5c3d8d31171d919a02f8ae253ff20 /Documentation/Makefile
parent6cd33dceed60949e2dbc32e3f0f5e67c4c882e1e (diff)
downloadgit-3d89a8c11801af1f7aae9d009240fd43cf322845.tar.gz
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/Makefile1
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