Merge branch 'jc/git-open-cloexec'
commit02d0457eb4b9bf656965c5dbb613b8bfaef3316f
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:24:26 +0000 (10 15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:24:26 +0000 (10 15:24 -0800)
tree1cec6b47aa64274a4c154a00fefdf5c3d0bcfecc
parente484bcbab1398e9a716e2e0e9de7928d9f796ef2
parentb4d065df03049bacfbc40467b60b13e804b7d289
Merge branch 'jc/git-open-cloexec'

The codeflow of setting NOATIME and CLOEXEC on file descriptors Git
opens has been simplified.
We may want to drop the tip one, but we'll see.

* jc/git-open-cloexec:
  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
cache.h
read-cache.c
sha1_file.c