summaryrefslogtreecommitdiff
path: root/Documentation/gitrepository-layout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r--Documentation/gitrepository-layout.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index 79653f3134..91161de231 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -222,6 +222,11 @@ shallow::
modules::
Contains the git-repositories of the submodules.
+clone.bundle::
+ A bundle file a newer server will tell "git clone" clients
+ to fetch, so that it does not have to pack the entire
+ repository data every time a "git clone" request is made.
+
SEE ALSO
--------
linkgit:git-init[1],