]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/bundle-uri-more'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:04 +0000 (13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:04 +0000 (13:07 -0700)
The "bundle URI" design gets documented.

* ds/bundle-uri-more:
  bundle-uri: add example bundle organization
  docs: document bundle URI standard

1  2 
Documentation/Makefile

index 346bbcf8be7bc38a0bc8262287a17f12b8eda8be,20a7861e82a06baed36d7a0abd91d5a931800b4f..bd6b6fcb93085d550846defa9802b9d15a487034
@@@ -104,14 -93,21 +104,15 @@@ SP_ARTICLES += $(API_DOCS
  TECH_DOCS += MyFirstContribution
  TECH_DOCS += MyFirstObjectWalk
  TECH_DOCS += SubmittingPatches
 -TECH_DOCS += technical/bundle-format
 +TECH_DOCS += ToolsForGit
 +TECH_DOCS += technical/bitmap-format
+ TECH_DOCS += technical/bundle-uri
  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
  TECH_DOCS += technical/parallel-checkout
  TECH_DOCS += technical/partial-clone
 -TECH_DOCS += technical/protocol-capabilities
 -TECH_DOCS += technical/protocol-common
 -TECH_DOCS += technical/protocol-v2
  TECH_DOCS += technical/racy-git
  TECH_DOCS += technical/reftable
  TECH_DOCS += technical/send-pack-pipeline