Compare commits

...

1 Commits

Author SHA1 Message Date
9755b666b3 tweak the symlink hardlink chunk ids 2023-10-04 04:09:38 -05:00

View File

@@ -25,8 +25,8 @@ import (
) )
const ( const (
entrySymHardLinkRootChunkMarker = -72 entrySymHardLinkRootChunkMarker = -9
entrySymHardLinkTargetChunkMarker = -73 entrySymHardLinkTargetChunkMarker = -10
) )
// This is the hidden directory in the repository for storing various files. // This is the hidden directory in the repository for storing various files.