Re: [PATCH 0/3] Fix l10n

2017-02-16 Thread Jeff King
On Thu, Feb 16, 2017 at 02:28:26PM +0300, Maxim Moseychuk wrote: > In some places static size buffers can't store formatted string. > If it be happen then git die. > > Maxim Moseychuk (3): > add git_psprintf helper function > bisect_next_all: convert xsnprintf to git_psprintf >

[PATCH 0/3] Fix l10n

2017-02-16 Thread Maxim Moseychuk
In some places static size buffers can't store formatted string. If it be happen then git die. Maxim Moseychuk (3): add git_psprintf helper function bisect_next_all: convert xsnprintf to git_psprintf stop_progress_msg: convert xsnprintf to git_psprintf bisect.c | 9 +