summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-08 09:28:26 -0400
committerJunio C Hamano <junkio@cox.net>2007-05-08 22:47:17 -0700
commit842aaf93238377976111fc801aaacbf8a491db33 (patch)
treeb218051d53d0f0c6a1a862dd6a9b0092542fe155 /Documentation/config.txt
parentabda5227770b39bb4abd8f0b4c1a0f69c2778300 (diff)
downloadgit-842aaf93238377976111fc801aaacbf8a491db33.tar.gz
Add pack.depth option to git-pack-objects.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 24f9655fef..840dd81b81 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -546,6 +546,10 @@ pack.window::
The size of the window used by gitlink:git-pack-objects[1] when no
window size is given on the command line. Defaults to 10.
+pack.depth::
+ The maximum delta depth used by gitlink:git-pack-objects[1] when no
+ maximum depth is given on the command line. Defaults to 10.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.