aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 177b13e..67be059 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -184,7 +184,10 @@ collaborators can submit and fetch commits from.
This repository is customarly called `origin'.
And it is a bare repository, meaning that it
only hold the data in the @file{.git} directory
-and cannot be used as the working directory.
+and cannot be used as the working directory, it
+is missing what is in Git called `index'
+@footnote{Or `cache', an obsolete term} and
+`working tree'.
@example
mkcd -p /srv/git/MY_REPOSITORY.git