replace: avoid using die() to indicate a bug
commitd398f2ea001ab4e639896c81fb616810cf14eb12
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Apr 2018 09:54:06 +0000 (25 11:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2018 03:52:58 +0000 (26 12:52 +0900)
tree4b7efc84b8a9e1733b8696da80db0e75b73dabcb
parentfef461ea5d53dd84c6d946f57a018ffc9f391a05
replace: avoid using die() to indicate a bug

We have the BUG() macro for that purpose.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replace.c