diff options
author | Jeff King <peff@peff.net> | 2012-05-21 19:10:26 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-22 09:08:48 -0700 |
commit | c96f0c8d0a9f1eeabb2ea49cb7ede954a64bd540 (patch) | |
tree | c3b2800a889480091ff46b141ba11753d3e9f954 /builtin/count-objects.c | |
parent | ident: use full dns names to generate email addresses (diff) | |
download | tgif-c96f0c8d0a9f1eeabb2ea49cb7ede954a64bd540.tar.xz |
ident: use a dynamic strbuf in fmt_ident
Now that we accept arbitrary-sized names and email
addresses, the only remaining limit is in the actual
formatting of the names into a buffer. The current limit is
1000 characters, which is not likely to be reached, but
using a strbuf is one less error condition we have to worry
about.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/count-objects.c')
0 files changed, 0 insertions, 0 deletions