Post #2349236
2025-12-02 18:30 UTC
@markusr@mastodon.social It depends: if all the files are in 1 single giant directory then yes it would take up a lot of space. But any directory which is unchanged can be reused between commits (using its tree ID) so usually you can share a lot of the directory structure with previous commits
Replies (1)
-
@markusr@mastodon.social 2025-12-02 18:33
@b0rk@social.jvns.ca Ahhh. Thanks for your explanation!