diff options
author | Derrick Stolee <derrickstolee@github.com> | 2022-08-09 13:12:40 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-10 14:03:11 -0700 |
commit | 2da14fad8fe9889f067da2abe3b0763acae1f8f9 (patch) | |
tree | a6371fd7accd586767947d91ebf3af7eaabac76d /Documentation/Makefile | |
parent | 89c6e450fe4a919ecb6fa698005a935531c732cf (diff) | |
download | git-2da14fad8fe9889f067da2abe3b0763acae1f8f9.tar.gz |
docs: document bundle URI standard
Introduce the idea of bundle URIs to the Git codebase through an
aspirational design document. This document includes the full design
intended to include the feature in its fully-implemented form. This will
take several steps as detailed in the Implementation Plan section.
By committing this document now, it can be used to motivate changes
necessary to reach these final goals. The design can still be altered as
new information is discovered.
Signed-off-by: Derrick Stolee <derrickstolee@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 44c080e3e5..20a7861e82 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -94,6 +94,7 @@ TECH_DOCS += MyFirstContribution TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches TECH_DOCS += technical/bundle-format +TECH_DOCS += technical/bundle-uri TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format |