Files
git/builtin
Nguyễn Thái Ngọc Duy b038a61020 index-pack: disable threading if NO_PREAD is defined
NO_PREAD simulates pread() as a sequence of seek, read, seek in
compat/pread.c. The simulation is not thread-safe because another
thread could move the file offset away in the middle of pread
operation. Do not allow threading in that case.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-05-07 15:48:19 -07:00
..
2012-02-20 00:15:11 -08:00
2012-02-20 00:14:55 -08:00
2012-01-06 12:44:07 -08:00
2012-02-17 07:59:55 -08:00
2012-02-20 00:14:55 -08:00
2011-11-07 22:12:19 -08:00
2012-02-14 12:57:18 -08:00
2011-12-21 12:02:44 -08:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2011-11-07 22:12:19 -08:00
2012-02-26 23:05:45 -08:00
2012-02-13 12:49:15 -08:00
2012-01-31 22:01:14 -08:00
2011-05-31 12:19:11 -07:00
2012-02-20 00:15:28 -08:00
2011-08-25 14:42:11 -07:00