Skip to content

Commit b2dd1c5

Browse files
chriscoolgitster
authored andcommitted
Documentation/config: add splitIndex.sharedIndexExpire
Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3a0082 commit b2dd1c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/config.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,6 +2786,18 @@ splitIndex.maxPercentChange::
27862786
than 20 percent of the total number of entries.
27872787
See linkgit:git-update-index[1].
27882788

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+
27892801
status.relativePaths::
27902802
By default, linkgit:git-status[1] shows paths relative to the
27912803
current directory. Setting this variable to `false` shows paths

0 commit comments

Comments
 (0)