diff options
author | Victoria Dye <vdye@github.com> | 2022-09-02 17:56:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-02 19:02:56 +0200 |
commit | 9eb7a73158bdc91892a6b9a0b43b8f954b1e39e2 (patch) | |
tree | 8faaccea570f18ff36a6d613885b986da1540bef /Documentation/Makefile | |
parent | t/perf: add 'GIT_PERF_USE_SCALAR' run option (diff) | |
download | git-9eb7a73158bdc91892a6b9a0b43b8f954b1e39e2.tar.xz git-9eb7a73158bdc91892a6b9a0b43b8f954b1e39e2.zip |
Documentation/technical: include Scalar technical doc
Include 'Documentation/technical/scalar.txt' alongside the other HTML
technical docs when installing them.
Now that the document is intended as a widely-accessible reference, remove
the internal work-in-progress roadmap from the document. Those details
should no longer be needed to guide Scalar's development and, if they were
left, they could fall out-of-date and be misleading to readers.
Signed-off-by: Victoria Dye <vdye@github.com>
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 16c9e06239..9ec53afdf1 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -116,6 +116,7 @@ TECH_DOCS += technical/parallel-checkout TECH_DOCS += technical/partial-clone TECH_DOCS += technical/racy-git TECH_DOCS += technical/reftable +TECH_DOCS += technical/scalar TECH_DOCS += technical/send-pack-pipeline TECH_DOCS += technical/shallow TECH_DOCS += technical/trivial-merge |