From: Junio C Hamano Date: Mon, 9 Jul 2012 16:00:45 +0000 (-0700) Subject: Merge branch 'rj/platform-pread-may-be-thread-unsafe' X-Git-Tag: v1.7.12-rc0~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c592023aed989c1fe98d6033c01b89d5b86dd8b4;p=git.git 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 --- c592023aed989c1fe98d6033c01b89d5b86dd8b4