diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-23 02:24:22 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-25 08:17:06 +0100 |
commit | 87e80c4b5fec421ecd566498b7dd4672f76fdca2 (patch) | |
tree | d9ef47a2cb122f1466ddae6d80e3a2f084d0d440 /Documentation/repository-layout.txt | |
parent | Don't include ../README in git.txt - make a local copy (diff) | |
download | git-87e80c4b5fec421ecd566498b7dd4672f76fdca2.tar.xz git-87e80c4b5fec421ecd566498b7dd4672f76fdca2.zip |
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.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 0347cabbb3..1f19bf86dd 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 |