Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: build technical/multi-pack-index
author
Todd Zullinger
<tmz@pobox.com>
Tue, 20 Nov 2018 18:04:54 +0000
(13:04 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 21 Nov 2018 04:53:22 +0000
(13:53 +0900)
The git-multi-pack-index doc links to technical/multi-pack-index.html.
Ensure it is built to prevent a broken link.
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
bb75be6
)
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 48d261dc2ce29aca61112ee944522a20043d6827..d5d936e6a7a3dd8839901a0dd606cdc813249c1c 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-73,6
+73,7
@@
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol
TECH_DOCS += technical/index-format
TECH_DOCS += technical/long-running-process-protocol
+TECH_DOCS += technical/multi-pack-index
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol