diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 19:54:18 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 19:54:18 +0100 |
commit | 24a0fd02c9d0d0e415841a76e509d66785502c54 (patch) | |
tree | 215fa940ec28499f42c622a4de73f2de3a89aa79 /Documentation | |
parent | Documentation: describe shallow repository (diff) | |
download | git-24a0fd02c9d0d0e415841a76e509d66785502c54.tar.xz git-24a0fd02c9d0d0e415841a76e509d66785502c54.zip |
Documentation/glossary.txt: unpacked objects are loose.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/repository-layout.txt | 2 |
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, |