X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-pack-redundant.txt;h=94bbea0db2caf32635cfa8fc199e8150b1cd05f2;hb=a9d9a1bfdddd5f177617abc943fba10f6cc68066;hp=be2c64eb57cdbc10c12c9784134911f91d791f8c;hpb=c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e;p=git.git diff --git a/Documentation/git-pack-redundant.txt b/Documentation/git-pack-redundant.txt index be2c64eb5..94bbea0db 100644 --- a/Documentation/git-pack-redundant.txt +++ b/Documentation/git-pack-redundant.txt @@ -21,7 +21,7 @@ given will be ignored when checking which packs are required. This makes the following command useful when wanting to remove packs which contain unreachable objects. -git-fsck-objects --full --unreachable | cut -d ' ' -f3 | \ +git-fsck --full --unreachable | cut -d ' ' -f3 | \ git-pack-redundant --all | xargs rm OPTIONS