Merge branch 'cc/split-index-config'
commit3961c516990e99f648981918a95ab77bde5a0f37
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:09 +0000 (26 15:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:09 +0000 (26 15:39 +0900)
tree1d29c23ae2e32984eac993ae509a23dcbf1e47bc
parentb80f629f5bcf798a3c9b37651d2369ad555e7382
parentccef2bb5fa752fac9351cabc61c1362c85d620ee
Merge branch 'cc/split-index-config'

The split-index code configuration code used an unsafe git_path()
function without copying its result out.

* cc/split-index-config:
  read-cache: avoid using git_path() in freshen_shared_index()
read-cache.c