File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2786,6 +2786,18 @@ splitIndex.maxPercentChange::
2786
2786
than 20 percent of the total number of entries.
2787
2787
See linkgit:git-update-index[1].
2788
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
+
2789
2801
status.relativePaths::
2790
2802
By default, linkgit:git-status[1] shows paths relative to the
2791
2803
current directory. Setting this variable to `false` shows paths
You can’t perform that action at this time.
0 commit comments