diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-10 12:51:46 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-10 12:51:46 -0700 |
| commit | 4750afe9b9f1bbf6d28b78f3ebd9e45b8f05486a (patch) | |
| tree | 00ccd1e0f74991bb1e35c2694bc0a126e4aaf3bb /Documentation | |
| parent | Merge branch 'ps/gitlab-ci-windows-improvements' (diff) | |
| parent | doc: add some missing technical documents (diff) | |
| download | git-4750afe9b9f1bbf6d28b78f3ebd9e45b8f05486a.tar.gz git-4750afe9b9f1bbf6d28b78f3ebd9e45b8f05486a.zip | |
Merge branch 'rj/doc-missing-technical-docs'
Doc updates.
* rj/doc-missing-technical-docs:
doc: add some missing technical documents
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 6fb83d0c6e..a3fbd29744 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -119,18 +119,26 @@ TECH_DOCS += ToolsForGit TECH_DOCS += technical/bitmap-format TECH_DOCS += technical/build-systems TECH_DOCS += technical/bundle-uri +TECH_DOCS += technical/commit-graph +TECH_DOCS += technical/directory-rename-detection TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/long-running-process-protocol TECH_DOCS += technical/multi-pack-index +TECH_DOCS += technical/packfile-uri TECH_DOCS += technical/pack-heuristics TECH_DOCS += technical/parallel-checkout TECH_DOCS += technical/partial-clone TECH_DOCS += technical/platform-support TECH_DOCS += technical/racy-git TECH_DOCS += technical/reftable +TECH_DOCS += technical/remembering-renames +TECH_DOCS += technical/repository-version +TECH_DOCS += technical/rerere TECH_DOCS += technical/scalar TECH_DOCS += technical/send-pack-pipeline TECH_DOCS += technical/shallow +TECH_DOCS += technical/sparse-checkout +TECH_DOCS += technical/sparse-index TECH_DOCS += technical/trivial-merge TECH_DOCS += technical/unit-tests SP_ARTICLES += $(TECH_DOCS) |
