From e4299d26d4bee3120429d49baa320a406fbfe07c Mon Sep 17 00:00:00 2001 From: Marcel Krause Date: Tue, 28 Nov 2023 07:55:58 +0100 Subject: doc: make the gitfile syntax easier to discover Signed-off-by: Marcel Krause Signed-off-by: Junio C Hamano --- Documentation/glossary-content.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/glossary-content.txt') diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 5a537268e2..3f912e7bb2 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -184,6 +184,8 @@ current branch integrates with) obviously do not work, as there is no [[def_gitfile]]gitfile:: A plain file `.git` at the root of a working tree that points at the directory that is the real repository. + For proper use see linkgit:git-worktree[1] or linkgit:git-submodule[1]. + For syntax see linkgit:gitrepository-layout[5]. [[def_grafts]]grafts:: Grafts enables two otherwise different lines of development to be joined -- cgit 1.2.3-korg