From: Thomas Ackermann
Date: Fri, 1 Feb 2013 18:11:24 +0000 (+0100)
Subject: Documentation: add a description for 'gitfile' to glossary
X-Git-Tag: v1.8.2-rc0~50^2~2
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/19b4d3d4ff40c5418460fb61b0013713211b427b
Documentation: add a description for 'gitfile' to glossary
Signed-off-by: Thomas Ackermann
Signed-off-by: Junio C Hamano
---
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index 7c15bc0f53..eb7ba84f1f 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -149,6 +149,10 @@ to point at the new commit.
[[def_git_archive]]Git archive::
Synonym for <> (for arch people).
+[[def_gitfile]]gitfile::
+ A plain file `.git` at the root of a working tree that
+ points at the directory that is the real repository.
+
[[def_grafts]]grafts::
Grafts enables two otherwise different lines of development to be joined
together by recording fake ancestry information for commits. This way