diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:55 -0700 |
commit | 6bbd1034d869756ac2679879bd2fa085b1a8f137 (patch) | |
tree | a3b812d909dd15d68fa8b224ab8ead17cd13c6b4 /Documentation/Makefile | |
parent | Merge branch 'js/chain-lint-attrfix' (diff) | |
parent | partial-clone: render design doc using asciidoc (diff) | |
download | tgif-6bbd1034d869756ac2679879bd2fa085b1a8f137.tar.xz |
Merge branch 'jh/partial-clone-doc'
Doc updates.
* jh/partial-clone-doc:
partial-clone: render design doc using asciidoc
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 d079d7c73a..a42dcfc745 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -76,6 +76,7 @@ TECH_DOCS += technical/long-running-process-protocol TECH_DOCS += technical/pack-format TECH_DOCS += technical/pack-heuristics TECH_DOCS += technical/pack-protocol +TECH_DOCS += technical/partial-clone TECH_DOCS += technical/protocol-capabilities TECH_DOCS += technical/protocol-common TECH_DOCS += technical/protocol-v2 |