aboutsummaryrefslogtreecommitdiff
path: root/Documentation/repository-layout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-22 17:24:22 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-24 23:17:06 -0800
commit87e80c4b5fec421ecd566498b7dd4672f76fdca2 (patch)
treed9ef47a2cb122f1466ddae6d80e3a2f084d0d440 /Documentation/repository-layout.txt
parent941c9449999192e2d338ee204f4153e30ae43829 (diff)
downloadgit-87e80c4b5fec421ecd566498b7dd4672f76fdca2.tar.gz
git-87e80c4b5fec421ecd566498b7dd4672f76fdca2.tar.xz
git-clone: PG13 --naked option to --bare.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/repository-layout.txt')
-rw-r--r--Documentation/repository-layout.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt
index 0347cabbb..1f19bf86d 100644
--- a/Documentation/repository-layout.txt
+++ b/Documentation/repository-layout.txt
@@ -3,7 +3,7 @@ git repository layout
You may find these things in your git repository (`.git`
directory for a repository associated with your working tree, or
-`'project'.git` directory for a public 'naked' repository).
+`'project'.git` directory for a public 'bare' repository).
objects::
Object store associated with this repository. Usually
@@ -73,7 +73,7 @@ HEAD::
A symlink of the form `refs/heads/'name'` to point at
the current branch, if exists. It does not mean much if
the repository is not associated with any working tree
- (i.e. 'naked' repository), but a valid git repository
+ (i.e. a 'bare' repository), but a valid git repository
*must* have such a symlink here. It is legal if the
named branch 'name' does not (yet) exist.
@@ -92,7 +92,7 @@ hooks::
index::
The current index file for the repository. It is
- usually not found in a naked repository.
+ usually not found in a bare repository.
info::
Additional information about the repository is recorded