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 > stop_progress_msg: convert xsnprintf to git_psprintf Thanks for providing a series (and I think this is your first series, so welcome!). The overall goal looks good, and I dropped a few comments in reply to the individual patches. -Peff