Merge branch 'rj/platform-pread-may-be-thread-unsafe'
commitc592023aed989c1fe98d6033c01b89d5b86dd8b4
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:00:45 +0000 (9 09:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:00:45 +0000 (9 09:00 -0700)
tree1d18ab2f43de73d62dc8d41760bd66e53bb877b1
parentd02d7ac303b1a22c7de4a6c3a00074d38b498134
parentc0f86547c522906da7538c0d2b7b0de608499c23
Merge branch 'rj/platform-pread-may-be-thread-unsafe'

On Cygwin, the platform pread(3) is not thread safe, just like our
own compat/ emulation, and cannot be used in the index-pack program.

* rj/platform-pread-may-be-thread-unsafe:
  index-pack: Disable threading on cygwin
Makefile
builtin/index-pack.c