Re: [PATCH/RFC 05/17] gettext: make the simple parts of git-init localizable
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:25
Ævar Arnfjörð Bjarmason [off-list ref] writes:
Maybe we should have die_plumbing() and die_porcelain() functions to
indicate the nature of the message, although we could get the same
thing with die() and die(_()) once I'm done.
To me, die() vs die(_()) feels like the lessor of two evils ;-).
Thanks.