You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running gc in the presence of by-sha256 splitstreams gives:
Error: category directory contains non-symlink
Which is probably for the best, because it doesn't know about them and would probably decide to delete them if it could find them.
We should do something sensible there. I wonder if we should take a more generic approach to symlink handling: all symlinks reachable from anything under */refs/** get to live. We can better do the checking about if the structure is correct from fsck.
The text was updated successfully, but these errors were encountered:
Running gc in the presence of by-sha256 splitstreams gives:
Which is probably for the best, because it doesn't know about them and would probably decide to delete them if it could find them.
We should do something sensible there. I wonder if we should take a more generic approach to symlink handling: all symlinks reachable from anything under
*/refs/**
get to live. We can better do the checking about if the structure is correct fromfsck
.The text was updated successfully, but these errors were encountered: