From: Junio C Hamano Date: Fri, 30 Jun 2017 20:45:21 +0000 (-0700) Subject: Merge branch 'ab/die-errors-in-threaded' X-Git-Tag: v2.14.0-rc0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7ee0baae7e874898032ab0c63600951eb7c2d18;p=thirdparty%2Fgit.git Merge branch 'ab/die-errors-in-threaded' Traditionally, the default die() routine had a code to prevent it from getting called multiple times, which interacted badly when a threaded program used it (one downside is that the real error may be hidden and instead the only error message given to the user may end up being "die recursion detected", which is not very useful). * ab/die-errors-in-threaded: die(): stop hiding errors due to overzealous recursion guard --- c7ee0baae7e874898032ab0c63600951eb7c2d18