Files
git/builtin
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat
It's easy to get manual allocation calculations wrong, and
the use of strcpy/strcat raise red flags for people looking
for buffer overflows (though in this case each site was
fine).

It's also shorter to use xstrfmt, and the printf-format
tends to be easier for a reader to see what the final string
will look like.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-06-19 15:20:54 -07:00
..
2014-06-06 11:26:50 -07:00
2014-06-06 11:23:04 -07:00
2014-04-08 12:00:28 -07:00
2014-06-16 10:07:15 -07:00
2014-03-14 14:25:31 -07:00
2014-01-17 12:21:20 -08:00
2014-06-16 12:18:12 -07:00
2014-06-16 12:18:41 -07:00
2014-06-03 12:06:41 -07:00
2014-04-08 12:00:33 -07:00
2014-06-16 12:17:58 -07:00
2014-05-19 13:39:54 -07:00
2014-04-30 10:30:02 -07:00
2014-02-27 14:01:48 -08:00
2014-01-17 12:21:20 -08:00