diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-29 01:33:58 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-29 01:33:58 +0100 |
commit | df391b192d285646fe80ca4d3cfe3c0a3beb5989 (patch) | |
tree | 6d04a83b4bd6c6f42a4108a59d7a40d9022f65f3 /Documentation/git-pack-redundant.txt | |
parent | [PATCH] Rename git-repo-config to git-config. (diff) | |
download | git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.xz git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.zip |
git-fsck-objects is now synonym to git-fsck
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-pack-redundant.txt')
-rw-r--r-- | Documentation/git-pack-redundant.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pack-redundant.txt b/Documentation/git-pack-redundant.txt index be2c64eb57..94bbea0db2 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 |