commit aaf7c34214dd2b9488e35801416816d063be14df from: Stefan Sperling date: Sat Jul 03 21:47:55 2021 UTC document an issue with disk space savings reported by 'gotadmin cleanup' commit - 88ba84836c92b3f3755bf4e36d7acf782a753b71 commit + aaf7c34214dd2b9488e35801416816d063be14df blob - 54da41ffd2df913a7c8483c8553c22427cbfd7c0 blob + 4852f9d736dbac0c5937db2d764f79b66a7a4abf --- gotadmin/gotadmin.1 +++ gotadmin/gotadmin.1 @@ -287,3 +287,14 @@ Exporting data from repositories requires Importing data into repositories requires .Xr git-fast-import 1 . .El +.Sh BUGS +Disk space savings reported by +.Cm gotadmin cleanup +will be misleading if the repository contains object files that were +hard-linked from another repository. +Such hard-links will be created by certain +.Xr git 1 +commands. +By itself, +.Xr got 1 +will never create hard-linked object files.