From 02eeca3a32a73e40e2d0ccff926f43e1cde22785 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Sun, 18 Jun 2023 20:49:02 +0000 Subject: [PATCH] slightly reword documentation of .keep files in gotadmin.1 for clarity --- gotadmin/gotadmin.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gotadmin/gotadmin.1 b/gotadmin/gotadmin.1 index 4d941e6a..589df956 100644 --- a/gotadmin/gotadmin.1 +++ b/gotadmin/gotadmin.1 @@ -255,9 +255,11 @@ redundant copies will be purged. If all the objects of a pack file are present in other pack files, the redundant pack file will be purged. .Pp -For compatibility with Git, if a matching file +For compatibility with Git, if a file with the extension .Pa .keep -exists for a given pack file, this pack file won't be removed. +exists and corresponds to a pack file with the extension +.Pa .pack +then this pack file will not be removed. .Pp Objects will usually become unreferenced as a result of deleting branches or tags with -- 2.11.4.GIT