builtin-branch: use strbuf in fill_tracking_info()
commitd3f9f9a92eca0dd6379d836a083e823cc5e3eeb6
authorMiklos Vajna <vmiklos@frugalware.org>
Mon, 17 Nov 2008 20:48:36 +0000 (17 21:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2008 23:41:30 +0000 (18 15:41 -0800)
treef16c29769539ffa9ea13376954c2773cb3b4f81b
parent3c59c50d76cd479caf14cab73fdb09b68597d5e5
builtin-branch: use strbuf in fill_tracking_info()

This is just about using the API, though in case of ~ 10^100 commits,
this would fix the problem of writing to unallocated memory as well. ;-)

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c