diff options
author | Matheus Tavares <matheus.bernardino@usp.br> | 2021-04-19 16:53:35 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-19 15:05:25 -0700 |
commit | 68e66f2987724a639c896e7996ea347be62ef578 (patch) | |
tree | 0e12685e1a6b2b312d17bbf8cb9f9c4bc2c35fe8 /Documentation/Makefile | |
parent | parallel-checkout: support progress displaying (diff) | |
download | tgif-68e66f2987724a639c896e7996ea347be62ef578.tar.xz |
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/Makefile | 1 |
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 |