diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-01 16:56:13 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-01 16:56:13 -0700 |
commit | a1d4aa742416953a3ac9be9154c55e90a4193cd6 (patch) | |
tree | 21a7a35b43f053720fae9b275d578098db6c2677 /Documentation/git.txt | |
parent | 2d56993347eac4e4f91c0539ff3c5f05fd777495 (diff) | |
download | git-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.gz git-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.xz |
Add repository-layout document.
... and link to it from both the main index and the tutorial.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index dba90358c..2f8a6479e 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -412,24 +412,13 @@ HEAD:: File/Directory Structure ------------------------ -The git-core manipulates the following areas in the directory: - .git/ The base (overridden with $GIT_DIR) - objects/ The object base (overridden with $GIT_OBJECT_DIRECTORY) - ??/ 'First 2 chars of object' directories. - pack/ Packed archives. - - refs/ Directories containing symbolic names for objects - (each file contains the hex SHA1 + newline) - heads/ Commits which are heads of various sorts - tags/ Tags, by the tag name (or some local renaming of it) - */ Any other subdirectory of refs/ can be used to store - files similar to what are under refs/heads/. - HEAD Symlink to refs/heads/<current-branch-name> +Please see link:repository-layout.html[repository layout] document. Higher level SCMs may provide and manage additional information in the GIT_DIR. + Terminology ----------- Please see link:glossary.html[glossary] document. |