Merge branch 'ew/packfile-syscall-optim'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2020 22:17:50 +0000 (14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2020 22:17:50 +0000 (14:17 -0800)
commit556f0258df4c39b32232866e844125a60e60d338
treeb5aee4d38f4bd022f544e6359043a08e6c80e09f
parent8679ef24ed64018bb62170c43ce73e0261c0600a
parent4e61b2214d333a47ec56eb0806be1774f7ac1b7d
Merge branch 'ew/packfile-syscall-optim'

Code cleanup.

* ew/packfile-syscall-optim:
  packfile: replace lseek+read with pread
  packfile: remove redundant fcntl F_GETFD/F_SETFD
packfile.c