aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorMatheus Tavares <matheus.bernardino@usp.br>2021-04-19 16:53:35 -0300
committerJunio C Hamano <gitster@pobox.com>2021-04-19 15:05:25 -0700
commit68e66f2987724a639c896e7996ea347be62ef578 (patch)
tree0e12685e1a6b2b312d17bbf8cb9f9c4bc2c35fe8 /Documentation/Makefile
parent1c4d6f46be8dc05c9a49379587ffd454e92b72cf (diff)
downloadgit-68e66f2987724a639c896e7996ea347be62ef578.tar.gz
parallel-checkout: add design documentation
Co-authored-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br> 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 874a01d7a8..c2baad0bd8 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -91,6 +91,7 @@ TECH_DOCS += technical/multi-pack-index
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol
+TECH_DOCS += technical/parallel-checkout
TECH_DOCS += technical/partial-clone
TECH_DOCS += technical/protocol-capabilities
TECH_DOCS += technical/protocol-common