]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/pack-objects-mutex-init-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:50 +0000 (22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:50 +0000 (22:57 +0900)
commite3c18aa35bf619e36efdea2f495756bcab597b8b
treec7dfd185793394ca2d1cf5df7ed7eb98ff66e08e
parent1bf5d99b12faad5c895e4807ee6485acddc453c3
parent34204c81668324480e1f34a09cce9c21fabf4b40
Merge branch 'js/pack-objects-mutex-init-fix' into maint

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'