]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/shared-index-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Mar 2018 21:24:16 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Mar 2018 21:24:16 +0000 (14:24 -0700)
commit3112c3fa7fdc7209e4c832a9faf4f023e97a4f5e
tree0d517c9c6160f3d7aa43060e751e7f7d42a6fcdf
parentbffce882fdf03aa7083d56d038c2dc2be58a9200
parentef5b3a6c5e24c54ba4436e225b9431c63ab163f0
Merge branch 'nd/shared-index-fix' into maint

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