Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORY
author
Steffen Prohaska
<prohaska@zib.de>
Mon, 23 Sep 2013 19:19:19 +0000
(21:19 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Oct 2013 23:01:22 +0000
(16:01 -0700)
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>
Documentation/git-prune-packed.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a3552ab
)
diff --git
a/Documentation/git-prune-packed.txt
b/Documentation/git-prune-packed.txt
index 80dc022edea58b76aeea2f7df0876fd98bc6dc05..6738055bd3083825c06c82d1b7678ef453854253 100644
(file)
--- 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_DIR
ECTORY
` for all objects that currently
exist in a pack file as well as the independent object directories.
All such extra objects are removed.