top | item 47187633 (no title) KolmogorovComp | 2 days ago > Git repositories also typically don't store full copies of all versions of a file that have ever existed either; they're incrementalThis is wrong. Git does store full copies. discuss order hn newest meatmanek|2 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... KolmogorovComp|1 day ago Thank you for the insights. PaulDavisThe1st|1 day ago ... which, in the context that is being discussed, is unusual.
meatmanek|2 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... KolmogorovComp|1 day ago Thank you for the insights. PaulDavisThe1st|1 day ago ... which, in the context that is being discussed, is unusual.
meatmanek|2 days ago
KolmogorovComp|1 day ago
PaulDavisThe1st|1 day ago