Merge branch 'nd/index-pack-one-fd-per-thread' into maint
commita9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:47:58 +0000 (25 11:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:47:58 +0000 (25 11:47 -0700)
tree435a8e2266bc401054359ce857e3d7667c47289f
parent75b1b04c63e3dfa02fd71caa95c17ed2c3b43050
parent39539495acb24abfb4dee551e3e9f2e696be7abf
Merge branch 'nd/index-pack-one-fd-per-thread' into maint

We used to disable threaded "git index-pack" on platforms without
thread-safe pread(); use a different workaround for such
platforms to allow threaded "git index-pack".

* nd/index-pack-one-fd-per-thread:
  index-pack: work around thread-unsafe pread()
Makefile
builtin/index-pack.c
config.mak.uname