From: Junio C Hamano Date: Tue, 30 Oct 2018 06:43:43 +0000 (+0900) Subject: Merge branch 'js/pack-objects-mutex-init-fix' X-Git-Tag: v2.20.0-rc0~119 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/620b00e1671a8b4c1b00dbea8a0e81a657f28ce1 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' --- 620b00e1671a8b4c1b00dbea8a0e81a657f28ce1