Merge branch 'cc/split-index-config' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:25:29 +0000 (23:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:25:29 +0000 (23:25 -0700)
commit53cdc2016d66e73c86ebdb8a881816e62ff8038b
tree4ba90b826816b3f996823b01924189ab978b4115
parent88fb0023506122bc4e8d1df1648518e0b0d264db
parentb46013950aff31b6626af96ccbf2c48469e36c66
Merge branch 'cc/split-index-config' into next

The experimental "split index" feature has gained a few
configuration variables to make it easier to use.

* cc/split-index-config: (22 commits)
  Documentation/git-update-index: explain splitIndex.*
  Documentation/config: add splitIndex.sharedIndexExpire
  read-cache: use freshen_shared_index() in read_index_from()
  read-cache: refactor read_index_from()
  t1700: test shared index file expiration
  read-cache: unlink old sharedindex files
  config: add git_config_get_expiry() from gc.c
  read-cache: touch shared index files when used
  sha1_file: make check_and_freshen_file() non static
  Documentation/config: add splitIndex.maxPercentChange
  t1700: add tests for splitIndex.maxPercentChange
  read-cache: regenerate shared index if necessary
  config: add git_config_get_max_percent_split_change()
  Documentation/git-update-index: talk about core.splitIndex config var
  Documentation/config: add information for core.splitIndex
  t1700: add tests for core.splitIndex
  update-index: warn in case of split-index incoherency
  read-cache: add and then use tweak_split_index()
  split-index: add {add,remove}_split_index() functions
  config: add git_config_get_split_index()
  ...
Documentation/config.txt
builtin/gc.c
cache.h
config.c
read-cache.c
sha1_file.c
t/t1700-split-index.sh