Skip to content

Commit f639955

Browse files
committed
Merge branch 'rj/doc-missing-technical-docs' into next
Doc updates. * rj/doc-missing-technical-docs: doc: add some missing technical documents
2 parents 7b8bcc2 + 5275100 commit f639955

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,26 @@ TECH_DOCS += ToolsForGit
119119
TECH_DOCS += technical/bitmap-format
120120
TECH_DOCS += technical/build-systems
121121
TECH_DOCS += technical/bundle-uri
122+
TECH_DOCS += technical/commit-graph
123+
TECH_DOCS += technical/directory-rename-detection
122124
TECH_DOCS += technical/hash-function-transition
123125
TECH_DOCS += technical/long-running-process-protocol
124126
TECH_DOCS += technical/multi-pack-index
127+
TECH_DOCS += technical/packfile-uri
125128
TECH_DOCS += technical/pack-heuristics
126129
TECH_DOCS += technical/parallel-checkout
127130
TECH_DOCS += technical/partial-clone
128131
TECH_DOCS += technical/platform-support
129132
TECH_DOCS += technical/racy-git
130133
TECH_DOCS += technical/reftable
134+
TECH_DOCS += technical/remembering-renames
135+
TECH_DOCS += technical/repository-version
136+
TECH_DOCS += technical/rerere
131137
TECH_DOCS += technical/scalar
132138
TECH_DOCS += technical/send-pack-pipeline
133139
TECH_DOCS += technical/shallow
140+
TECH_DOCS += technical/sparse-checkout
141+
TECH_DOCS += technical/sparse-index
134142
TECH_DOCS += technical/trivial-merge
135143
TECH_DOCS += technical/unit-tests
136144
SP_ARTICLES += $(TECH_DOCS)

0 commit comments

Comments
 (0)