smart-bundling: update TLDR

This commit is contained in:
Motiejus Jakštys 2022-05-11 10:18:04 +03:00
parent 64ad2c219c
commit b54a1de69e

View File

@ -8,8 +8,12 @@ draft: true
TLDR TLDR
---- ----
Could our package managers bundle our dependencies whilst keeping the git Could our package managers bundle our dependencies in git so it's robust and
history as if they didn't? frictionless? What about this:
- "smart" vendoring to protect ourselves from things disappearing off the
internet, and
- write/have tools that make this vendoring easy for us.
Number of dependencies Number of dependencies
---------------------- ----------------------
@ -105,7 +109,6 @@ So what about all of the below:
Sharing code hygienically Sharing code hygienically
------------------------- -------------------------
[Avery Pennarun][apenwarr], the creator of `git-subtree`, wrote [Avery Pennarun][apenwarr], the creator of `git-subtree`, wrote
[`git-subtrac`][git-subtrac], which vendors dependencies in a special branch [`git-subtrac`][git-subtrac], which vendors dependencies in a special branch
without rewriting their history (i.e. leaving the hashes intact). Wait, stop without rewriting their history (i.e. leaving the hashes intact). Wait, stop