X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-prune-script.txt;h=e8305a6f3d7a7ef0972ca3142a14157c17fba1af;hb=d59a6043a8a7aed97c684fb4f14fe5221df1fcaf;hp=537b7905b69b8c2f0d7d11bdaa348339f1d5b3d9;hpb=5569bf9bbedd63a00780fc5c110e0cfab3aa97b9;p=git.git diff --git a/Documentation/git-prune-script.txt b/Documentation/git-prune-script.txt index 537b7905..e8305a6f 100644 --- a/Documentation/git-prune-script.txt +++ b/Documentation/git-prune-script.txt @@ -14,8 +14,9 @@ SYNOPSIS DESCRIPTION ----------- This runs "git-fsck-cache --unreachable" program using the heads specified -on the command line (or `.git/refs/heads/\*` and `.git/refs/tags/\*` if none is -specified), and prunes all unreachable objects from the object database. +on the command line (or `$GIT_DIR/refs/heads/\*` and `$GIT_DIR/refs/tags/\*` +if none is specified), and prunes all unreachable objects from the object +database. Author