aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-prune.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-28 16:33:58 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-28 16:33:58 -0800
commitdf391b192d285646fe80ca4d3cfe3c0a3beb5989 (patch)
tree6d04a83b4bd6c6f42a4108a59d7a40d9022f65f3 /Documentation/git-prune.txt
parente0d10e1c63bc52b37bbec99b07deee794058d9b4 (diff)
downloadgit-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.gz
git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.xz
git-fsck-objects is now synonym to git-fsck
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r--Documentation/git-prune.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index a11e30309..0b44f3015 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -13,7 +13,7 @@ SYNOPSIS
DESCRIPTION
-----------
-This runs `git-fsck-objects --unreachable` using all the refs
+This runs `git-fsck --unreachable` using all the refs
available in `$GIT_DIR/refs`, optionally with additional set of
objects specified on the command line, and prunes all
objects unreachable from any of these head objects from the object database.