Code

Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint
[git.git] / Documentation / git-pack-redundant.txt
index be2c64eb57cdbc10c12c9784134911f91d791f8c..94bbea0db2caf32635cfa8fc199e8150b1cd05f2 100644 (file)
@@ -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.
 
 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
 git-pack-redundant --all | xargs rm
 
 OPTIONS