summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-01-17 10:54:18 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2007-01-17 10:54:18 -0800
commit24a0fd02c9d0d0e415841a76e509d66785502c54 (patch)
tree215fa940ec28499f42c622a4de73f2de3a89aa79
parentDocumentation: describe shallow repository (diff)
downloadtgif-24a0fd02c9d0d0e415841a76e509d66785502c54.tar.xz
Documentation/glossary.txt: unpacked objects are loose.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/repository-layout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt
index f9370d25bb..a951b354c4 100644
--- a/Documentation/repository-layout.txt
+++ b/Documentation/repository-layout.txt
@@ -34,7 +34,7 @@ objects/[0-9a-f][0-9a-f]::
two letters from its object name to keep the number of
directory entries `objects` directory itself needs to
hold. Objects found here are often called 'unpacked'
- objects.
+ (or 'loose') objects.
objects/pack::
Packs (files that store many object in compressed form,