X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=aaa88526291a26db55c7ebb0833faefda9c7e5a4;hb=e392a852364e375e916c1dd4f87a7584b348410a;hp=bbe1485a97979830f883377c2dd55c6a90eb8a09;hpb=edb7e82f72106add9f2fbaf9d99d9532a72e3f91;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index bbe1485a9..aaa885262 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -38,12 +38,11 @@ OPTIONS dangling. -A:: - Same as `-a`, but any unreachable objects in a previous - pack become loose, unpacked objects, instead of being - left in the old pack. Unreachable objects are never - intentionally added to a pack, even when repacking. - When used with '-d', this option - prevents unreachable objects from being immediately + Same as `-a`, unless '-d' is used. Then any unreachable + objects in a previous pack become loose, unpacked objects, + instead of being left in the old pack. Unreachable objects + are never intentionally added to a pack, even when repacking. + This option prevents unreachable objects from being immediately deleted by way of being left in the old pack and then removed. Instead, the loose unreachable objects will be pruned according to normal expiry rules