Y
Hacker News
new
|
ask
|
show
|
jobs
by
meatmanek
116 days ago
git stores files as objects, which are stored as full copies, unless those objects are stored in packfiles and are deltified, in which case they're stored as deltas.
https://codewords.recurse.com/issues/three/unpacking-git-pac...
2 comments
KolmogorovComp
116 days ago
Thank you for the insights.
link
PaulDavisThe1st
116 days ago
... which, in the context that is being discussed, is unusual.
link