]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
stat_tracking_info: convert to argv_array
authorJeff King <peff@peff.net>
Thu, 24 Sep 2015 21:07:58 +0000 (17:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 18:08:05 +0000 (11:08 -0700)
commit0b282cc4b2ceaf2f7f3376f0303f63e9d02fdc91
tree3d2a59797402d939523bb34b03ccc3a377bb80a7
parenta0355f6bcde6fb62d9629927b2e241353b38aeef
stat_tracking_info: convert to argv_array

In addition to dropping the magic number for the fixed-size
argv, we can also drop a fixed-length buffer and some
strcpy's into it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c