Re: [PATCH v3 01/15] commit-slab.h: code split

2018-05-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > The struct declaration and implementation macros are moved to > commit-slab-hdr.h and commit-slab-impl.h respectively. s/hdr/decl/; > > This right now is not needed for current users but if we make a public > commit-slab type, we may want to avoid including the s

[PATCH] t: make many tests depend less on the refs being files

2018-05-20 Thread Christian Couder
From: David Turner So that they work under alternate ref storage backends. This will be really needed when such alternate ref storage backends are developed. But this could already help by making clear to readers that some tests do not depend on which ref backend is used. This patch just takes

Re: [PATCH v2] travis-ci: run gcc-8 on linux-gcc jobs

2018-05-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > v2 switches from gcc-7 to gcc-8. I initially ignored gcc 8 because it > was too new. But it built 'pu' ok and 8.1 was already out so the > first wave of bugs should have been gone by now. I also liked the choice to ignore v8 for the same reason, but if it is al

<    1   2