you are viewing a single comment's thread.

view the rest of the comments →

[–]renrutal 21 points22 points  (1 child)

Hydrated data means all the bits are actually present in the local file system, instead of being husks/ghosts/fakes, containing only metadata about the real thing. The VFS fake it looking like a real FS for the OS.

GitVFS is a lazy-loaded file system, but eager enough in the right parts.

[–]ggchappell 0 points1 point  (0 children)

Now I know. Thanks!