Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 21:54:18 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-17 21:54:18 +0300
commit24a0fd02c9d0d0e415841a76e509d66785502c54 (patch)
tree215fa940ec28499f42c622a4de73f2de3a89aa79
parent428ddc5de64684ad37d20c563544f17993a4d58d (diff)
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,