Re: [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

2017-06-22 Thread Christian Couder
On Thu, Jun 22, 2017 at 10:25 PM, Junio C Hamano wrote: > Christian Couder writes: > >> We use "git config core.sharedrepository 0666" at the beginning of >> this test, so it will only apply to the shared index files that are >> created after that. >> >> Do you suggest that we test before setting

Re: [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

2017-06-22 Thread Junio C Hamano
Christian Couder writes: > We use "git config core.sharedrepository 0666" at the beginning of > this test, so it will only apply to the shared index files that are > created after that. > > Do you suggest that we test before setting core.sharedrepository that > the existing shared index files all

Re: [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

2017-06-22 Thread Christian Couder
On Thu, Jun 22, 2017 at 9:53 PM, Junio C Hamano wrote: > Christian Couder writes: > >> Add a test to check that both the split-index file and the >> shared-index file are created using the right permissions >> when core.sharedrepository is set. >> >> Signed-off-by: Christian Couder >> --- >> t/

Re: [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

2017-06-22 Thread Junio C Hamano
Christian Couder writes: > Add a test to check that both the split-index file and the > shared-index file are created using the right permissions > when core.sharedrepository is set. > > Signed-off-by: Christian Couder > --- > t/t1700-split-index.sh | 12 > 1 file changed, 12 inser