This commit is contained in:
benibilme 2023-03-04 07:47:02 +00:00 committed by admin
parent 510ee11ad4
commit 3a7d8360ed

View file

@ -18,9 +18,10 @@ and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
I have tried git prune --dry-run option as suggested some internet sites with dry-run option and I have seen that git wants to remove almost all annex blob files.
````
Three repositories are on btrfs file system, one is on ext4 file system.
I have tried `git prune --dry-run` as suggested some internet sites and I have seen that git wants to remove almost all annex blob files.
The annex repositories are mostly on btrfs file system, one is on ext4 file system, I do know if it matters. Git-annex versions are 10.20230126-9 in every machine (arch and manjaro).
Could you provide some insight please. Is there something wrong my repositories. It really took days to upload and sync all these repositories. Any help is much appreciated.