Merge branch 'nd/shared-index-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2018 21:39:14 +0000 (13:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2018 21:39:14 +0000 (13:39 -0800)
commitdd0c256b67d1b128655c42ae126fa3397b1f9ede
treea2c7abcf6d0ccc8a89f2185070343d6402a4b7f4
parent39a1dd80f8e9542603904bdf2e62d140a88c7e38
parentef5b3a6c5e24c54ba4436e225b9431c63ab163f0
Merge branch 'nd/shared-index-fix'

Code clean-up.

* nd/shared-index-fix:
  read-cache: don't write index twice if we can't write shared index
  read-cache.c: move tempfile creation/cleanup out of write_shared_index
  read-cache.c: change type of "temp" in write_shared_index()
read-cache.c
t/t1700-split-index.sh