Skip to content
Snippets Groups Projects
Commit e8fa9a45 authored by vlorentz's avatar vlorentz
Browse files

to_disk: Represent revisions as empty directories instead of symlinks

The symlink representation is slightly ambiguous, so not necessarily
very useful.
Additionally, it made directory-flat bundles differ from a non-recursive
'git clone' checkout, which confuses Guix and potentially other tools.

We may revisit this in the future, eg. by adding a dotfile in the
directory or metadata at the root.
parent b153a693
No related branches found
No related tags found
1 merge request!187to_disk: Represent revisions as empty directories instead of symlinks
Pipeline #4285 passed