Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
KolmogorovComp
26d ago
0 comments
Share
> Git repositories also typically don't store full copies of all versions of a file that have ever existed either; they're incremental
This is wrong. Git does store full copies.
0 comments
default
newest
oldest
meatmanek
26d 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...
KolmogorovComp
OP
26d ago
Thank you for the insights.
PaulDavisThe1st
26d ago
... which, in the context that is being discussed, is unusual.
j
/
k
navigate · click thread line to collapse