Documentation/config: add splitIndex.sharedIndexExpire

Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Christian Couder committed Mar 6, 2017 at 10:42 UTC b2dd1c5c34a99c839de26424d9a7630923a465c7
1 file changed +12
Documentation/config.txt
+12
@@ -2786,6 +2786,18 @@ splitIndex.maxPercentChange::
2786 than 20 percent of the total number of entries.
2787 See linkgit:git-update-index[1].
2788
2789 +splitIndex.sharedIndexExpire::
2790 + When the split index feature is used, shared index files that
2791 + were not modified since the time this variable specifies will
2792 + be removed when a new shared index file is created. The value
2793 + "now" expires all entries immediately, and "never" suppresses
2794 + expiration altogether.
2795 + The default value is "2.weeks.ago".
2796 + Note that a shared index file is considered modified (for the
2797 + purpose of expiration) each time a new split-index file is
2798 + created based on it.
2799 + See linkgit:git-update-index[1].
2800 +
2801 status.relativePaths::
2802 By default, linkgit:git-status[1] shows paths relative to the
2803 current directory. Setting this variable to `false` shows paths