File tree Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ MAN5_TXT += gitformat-bundle.txt
28
28
MAN5_TXT += gitformat-chunk.txt
29
29
MAN5_TXT += gitformat-commit-graph.txt
30
30
MAN5_TXT += gitformat-index.txt
31
+ MAN5_TXT += gitformat-multi-pack-index.txt
31
32
MAN5_TXT += gitformat-pack-cruft.txt
32
33
MAN5_TXT += gitformat-pack.txt
33
34
MAN5_TXT += gitformat-signature.txt
@@ -109,7 +110,6 @@ TECH_DOCS += ToolsForGit
109
110
TECH_DOCS += technical/bitmap-format
110
111
TECH_DOCS += technical/hash-function-transition
111
112
TECH_DOCS += technical/long-running-process-protocol
112
- TECH_DOCS += technical/multi-pack-index
113
113
TECH_DOCS += technical/pack-heuristics
114
114
TECH_DOCS += technical/parallel-checkout
115
115
TECH_DOCS += technical/partial-clone
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ $ git multi-pack-index verify
127
127
128
128
SEE ALSO
129
129
--------
130
- See link:technical/ multi-pack-index.html[The Multi-Pack-Index Design
131
- Document] and linkgit:gitformat-pack[5] for more information on the
130
+ See linkgit:git- multi-pack-index[1] and
131
+ linkgit:gitformat-multi- pack-index [5] for more information on the
132
132
multi-pack-index feature and its file format.
133
133
134
134
Original file line number Diff line number Diff line change 1
- Multi-Pack-Index (MIDX) Design Notes
2
- ====================================
1
+ gitformat-multi-pack-index(5)
2
+ =============================
3
+
4
+ NAME
5
+ ----
6
+ gitformat-multi-pack-index - The multi-pack-index file format
7
+
8
+ SYNOPSIS
9
+ --------
10
+ [verse]
11
+ $GIT_DIR/objects/pack/multi-pack-index
12
+
13
+ DESCRIPTION
14
+ -----------
3
15
4
16
The Git object directory contains a 'pack' directory containing
5
17
packfiles (with suffix ".pack") and pack-indexes (with suffix
@@ -98,3 +110,7 @@ Related Links
98
110
99
111
[2] https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/
100
112
Git Merge 2018 Contributor's summit notes (includes discussion of MIDX)
113
+
114
+ GIT
115
+ ---
116
+ Part of the linkgit:git[1] suite
Original file line number Diff line number Diff line change @@ -507,6 +507,11 @@ packs arranged in MIDX order (with the preferred pack coming first).
507
507
The MIDX's reverse index is stored in the optional 'RIDX' chunk within
508
508
the MIDX itself.
509
509
510
+ SEE ALSO
511
+ --------
512
+
513
+ linkgit:gitformat-multi-pack-index[5]
514
+
510
515
GIT
511
516
---
512
517
Part of the linkgit:git[1] suite
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ gitformat-bundle developerinterfaces
213
213
gitformat-chunk developerinterfaces
214
214
gitformat-commit-graph developerinterfaces
215
215
gitformat-index developerinterfaces
216
+ gitformat-multi-pack-index developerinterfaces
216
217
gitformat-pack developerinterfaces
217
218
gitformat-pack-cruft developerinterfaces
218
219
gitformat-signature developerinterfaces
You can’t perform that action at this time.
0 commit comments