summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 2e5ceaf719..c727a0c241 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2298,6 +2298,12 @@ remotes.<group>::
The list of remotes which are fetched by "git remote update
<group>". See linkgit:git-remote[1].
+repack.bundle::
+ A newer server can prepare the `$GIT_DIR/clone.bundle` file,
+ which will help it respond to `git clone` requests more
+ efficiently, when the repository is repacked. Setting this
+ variable to `true` enables this feature.
+
repack.useDeltaBaseOffset::
By default, linkgit:git-repack[1] creates packs that use
delta-base offset. If you need to share your repository with