Documentation/config: add splitIndex.maxPercentChange
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Christian Couder committed
Feb 27, 2017 at 19:00 UTC
e77cf4ee6597953b21454b77eee9666ad0e0063b
1 file changed
+13
Documentation/config.txt
+13
@@ -2773,6 +2773,19 @@ showbranch.default::
2773
The default set of branches for linkgit:git-show-branch[1].
2774
See linkgit:git-show-branch[1].
2775
2776
+splitIndex.maxPercentChange::
2777
+ When the split index feature is used, this specifies the
2778
+ percent of entries the split index can contain compared to the
2779
+ total number of entries in both the split index and the shared
2780
+ index before a new shared index is written.
2781
+ The value should be between 0 and 100. If the value is 0 then
2782
+ a new shared index is always written, if it is 100 a new
2783
+ shared index is never written.
2784
+ By default the value is 20, so a new shared index is written
2785
+ if the number of entries in the split index would be greater
2786
+ than 20 percent of the total number of entries.
2787
+ See linkgit:git-update-index[1].
2788
+
2789
status.relativePaths::
2790
By default, linkgit:git-status[1] shows paths relative to the
2791
current directory. Setting this variable to `false` shows paths