Re: [PATCH] ls-files: die instead of fprintf/exit in -i error
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:29
Ben Walton [off-list ref] writes:
This is the alternate solution to this bug as proposed earlier today.
I don't have a preference either way for which solution is better or
more inline with the 'git way,' so please choose the most appropriate.
I think die() is better for consistency reasons if nothing else.
Thanks.