summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2013-09-23 19:19:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-15 23:01:22 (GMT)
commit3991e91063bb701d8ba12199b993a8f121f27f04 (patch)
tree8f4a59828a640c3ed7ca4af507933f1fee9683fc
parenta3552aba55b9ed2860b8eb0581c73fc0e996369d (diff)
downloadgit-3991e91063bb701d8ba12199b993a8f121f27f04.zip
git-3991e91063bb701d8ba12199b993a8f121f27f04.tar.gz
git-3991e91063bb701d8ba12199b993a8f121f27f04.tar.bz2
git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORY
git-prune-packed operates on GIT_OBJECT_DIRECTORY, not GIT_OBJECT_DIR. Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-prune-packed.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt
index 80dc022..6738055 100644
--- a/Documentation/git-prune-packed.txt
+++ b/Documentation/git-prune-packed.txt
@@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION
-----------
-This program searches the `$GIT_OBJECT_DIR` for all objects that currently
+This program searches the `$GIT_OBJECT_DIRECTORY` for all objects that currently
exist in a pack file as well as the independent object directories.
All such extra objects are removed.