Skip to content

Commit 2da14fa

Browse files
derrickstoleegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89c6e45 commit 2da14fa

File tree

2 files changed

+469
-0
lines changed

2 files changed

+469
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ TECH_DOCS += MyFirstContribution
9494
TECH_DOCS += MyFirstObjectWalk
9595
TECH_DOCS += SubmittingPatches
9696
TECH_DOCS += technical/bundle-format
97+
TECH_DOCS += technical/bundle-uri
9798
TECH_DOCS += technical/hash-function-transition
9899
TECH_DOCS += technical/http-protocol
99100
TECH_DOCS += technical/index-format

0 commit comments

Comments
 (0)