]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/shared-index-permbits'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 11:39:03 +0000 (20:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 11:39:03 +0000 (20:39 +0900)
commit9fc9555312ea90d4e80cee17478f1d12ec976d19
tree280e5e6a35f7be808cb2b9154264c7e575598e49
parent9da9fff14d82e1ce055b664f276a5a96d2f5e946
parentc9d6c78870defec48dfa8bc1fd37ea51379e737d
Merge branch 'cc/shared-index-permbits'

The way .git/index and .git/sharedindex* files were initially
created gave these files different perm bits until they were
adjusted for shared repository settings.  This was made consistent.

* cc/shared-index-permbits:
  read-cache: make the split index obey umask settings
read-cache.c
t/t1700-split-index.sh