Hi Junio, On Mon, 31 Oct 2016, Junio C Hamano wrote: > * jc/git-open-cloexec (2016-10-31) 3 commits > - sha1_file: stop opening files with O_NOATIME > - git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallback > - git_open(): untangle possible NOATIME and CLOEXEC interactions > > The codeflow of setting NOATIME and CLOEXEC on file descriptors Git > opens has been simplified. This branch (in particular, the "use fcntl(2)" one) breaks the build on Windows. Until this breakage is resolved, I won't be able to see (nor report) any test breakages in `pu`. Ciao, Dscho