Merge branch 'jk/a-thread-only-dies-once'
commit9526aa461f6c6900cb892a6fe248150ad436c0d5
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:45:04 +0000 (19 13:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:45:05 +0000 (19 13:45 -0700)
tree1c190fc47d136a5d32f8bf3362a2224f9b2bc81b
parent6ae5d9863ba13b5d138851d8e622c9ed05313966
parent1ece66bc9e5433dff008786daba9918f3e2a6525
Merge branch 'jk/a-thread-only-dies-once'

A regression fix for the logic to detect die() handler triggering
itself recursively.

* jk/a-thread-only-dies-once:
  run-command: use thread-aware die_is_recursing routine
  usage: allow pluggable die-recursion checks
git-compat-util.h
run-command.c
usage.c