Compared to the first version [1], this fixes thin-pack appending problem because nr_resolved_detas is misupdated. It also makes sure no pthread calls are called before thread data is initialized, and after it is destroyed. This should fix the crash Ramsay observed on MinGW. [1] http://thread.gmane.org/gmane.comp.version-control.git/191698 Nguyễn Thái Ngọc Duy (2): index-pack: split second pass obj handling into own function index-pack: support multithreaded delta resolving Documentation/git-index-pack.txt | 10 ++ Makefile | 2 +- builtin/index-pack.c | 225 +++++++++++++++++++++++++++++++++----- 3 files changed, 208 insertions(+), 29 deletions(-) -- 1.7.3.1.256.g2539c.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html