Merge branch 'cc/split-index-config'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:09 +0000 (15:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:09 +0000 (15:39 +0900)
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()

1  2 
read-cache.c
diff --cc read-cache.c
Simple merge