Christian Couder <christian.couder@xxxxxxxxx> writes: > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > --- > Documentation/config.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/config.txt b/Documentation/config.txt > index 221c5982c0..e0f5a77980 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -2773,6 +2773,19 @@ showbranch.default:: > The default set of branches for linkgit:git-show-branch[1]. > See linkgit:git-show-branch[1]. > > +splitIndex.maxPercentChange:: > + When the split index feature is used, this specifies the > + percent of entries the split index can contain compared to the > + whole number of entries in both the split index and the shared s/whole/total/ to match the last sentence of this section, perhaps? "The number of all entries" would also be OK, but "the whole number of entries" sounds a bit strange.