@@ -409,30 +409,7 @@ include::config/sequencer.txt[]
409409
410410include::config/showbranch.txt[]
411411
412- splitIndex.maxPercentChange::
413- When the split index feature is used, this specifies the
414- percent of entries the split index can contain compared to the
415- total number of entries in both the split index and the shared
416- index before a new shared index is written.
417- The value should be between 0 and 100. If the value is 0 then
418- a new shared index is always written, if it is 100 a new
419- shared index is never written.
420- By default the value is 20, so a new shared index is written
421- if the number of entries in the split index would be greater
422- than 20 percent of the total number of entries.
423- See linkgit:git-update-index[1].
424-
425- splitIndex.sharedIndexExpire::
426- When the split index feature is used, shared index files that
427- were not modified since the time this variable specifies will
428- be removed when a new shared index file is created. The value
429- "now" expires all entries immediately, and "never" suppresses
430- expiration altogether.
431- The default value is "2.weeks.ago".
432- Note that a shared index file is considered modified (for the
433- purpose of expiration) each time a new split-index file is
434- either created based on it or read from it.
435- See linkgit:git-update-index[1].
412+ include::config/splitindex.txt[]
436413
437414include::config/ssh.txt[]
438415
0 commit comments