File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
27892801status.relativePaths::
27902802 By default, linkgit:git-status[1] shows paths relative to the
27912803 current directory. Setting this variable to `false` shows paths
You can’t perform that action at this time.
0 commit comments