From: Michael Haggerty Date: Mon, 22 May 2017 14:17:34 +0000 (+0200) Subject: files-backend: use `die("BUG: ...")`, not `die("internal error: ...")` X-Git-Tag: v2.14.0-rc0~109^2~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/04aea8d4df199836da3802f08cb5738eae66fa6c?hp=04aea8d4df199836da3802f08cb5738eae66fa6c files-backend: use `die("BUG: ...")`, not `die("internal error: ...")` The former is by far more common in our codebase. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---