Merge branch 'js/pack-objects-mutex-init-fix'
commit620b00e1671a8b4c1b00dbea8a0e81a657f28ce1
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:43 +0000 (30 15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:43 +0000 (30 15:43 +0900)
treeb337e3557873df338d7f5d172c366eee55f67d8b
parent6119b8de0ec737c9e49ddd09d482c67fdc165d17
parent34204c81668324480e1f34a09cce9c21fabf4b40
Merge branch 'js/pack-objects-mutex-init-fix'

A mutex used in "git pack-objects" were not correctly initialized
and this caused "git repack" to dump core on Windows.

* js/pack-objects-mutex-init-fix:
  pack-objects (mingw): initialize `packing_data` mutex in the correct spot
  pack-objects (mingw): demonstrate a segmentation fault with large deltas
  pack-objects: fix typo 'detla' -> 'delta'
builtin/pack-objects.c
pack-objects.c
pack-objects.h