git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-prune-packed.txt: Fix reference to GIT_OBJECT_DIRECTORY
@ 2013-09-23 19:19 Steffen Prohaska
  0 siblings, 0 replies; only message in thread
From: Steffen Prohaska @ 2013-09-23 19:19 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Steffen Prohaska

git-prune-packed operates on GIT_OBJECT_DIRECTORY.  See 'environment.c',

    git_object_dir = getenv(DB_ENVIRONMENT);

and cache.h,

    #define DB_ENVIRONMENT "GIT_OBJECT_DIRECTORY"

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
---
 Documentation/git-prune-packed.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
1.8.4.477.gfa286b2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-23 19:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 19:19 [PATCH] git-prune-packed.txt: Fix reference to GIT_OBJECT_DIRECTORY Steffen Prohaska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).