diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-18 22:07:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-18 22:07:04 +0200 |
commit | 0d133a3dcf43eb0396a5899008a4ff4ceaeb0d6e (patch) | |
tree | 01d88a340fce951180c1ff66d8dd79b915f0ba20 /Documentation/Makefile | |
parent | Merge branch 'jk/fsck-tree-mode-bits-fix' (diff) | |
parent | bundle-uri: add example bundle organization (diff) | |
download | git-0d133a3dcf43eb0396a5899008a4ff4ceaeb0d6e.tar.xz git-0d133a3dcf43eb0396a5899008a4ff4ceaeb0d6e.zip |
Merge branch 'ds/bundle-uri-more'
The "bundle URI" design gets documented.
* ds/bundle-uri-more:
bundle-uri: add example bundle organization
docs: document bundle URI standard
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 346bbcf8be..bd6b6fcb93 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -106,6 +106,7 @@ TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches TECH_DOCS += ToolsForGit TECH_DOCS += technical/bitmap-format +TECH_DOCS += technical/bundle-uri TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/long-running-process-protocol TECH_DOCS += technical/multi-pack-index |