Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 3991e91

Browse files
sprohaskagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a3552ab commit 3991e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-prune-packed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SYNOPSIS
1414

1515
DESCRIPTION
1616
-----------
17-
This program searches the `$GIT_OBJECT_DIR` for all objects that currently
17+
This program searches the `$GIT_OBJECT_DIRECTORY` for all objects that currently
1818
exist in a pack file as well as the independent object directories.
1919

2020
All such extra objects are removed.

0 commit comments

Comments
 (0)