Post #2322012
2024-01-23 18:20 UTC
@b0rk@social.jvns.ca so every time you touch a file, there is a whole new copy in a blob? 😨😱
Replies (1)
-
@b0rk@social.jvns.ca 2024-01-23 18:29
@massimolauria@mathstodon.xyz yeah but it’s really okay because periodically git will do a “garbage collection” pass where it combines similar files into one big “pack file” in a more efficient way. i didn’t talk about that part because it’s just a storage optimization and usually doesn’t affect how you use git