diff options
author | Jeff King <peff@peff.net> | 2012-09-01 07:27:35 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-02 21:11:48 -0700 |
commit | 85556d4e37db4c8ed88c68a602f6f85054996bea (patch) | |
tree | 51cda43510b3485c09391886d667a9bccc5dda7e /t/t6050-replace.sh | |
parent | argv-array: fix bogus cast when freeing array (diff) | |
download | tgif-85556d4e37db4c8ed88c68a602f6f85054996bea.tar.xz |
fetch: use argv_array instead of hand-building arrays
Fetch invokes itself recursively when recursing into
submodules or handling "fetch --multiple". In both cases, it
builds the child's command line by pushing options onto a
statically-sized array. In both cases, the array is
currently just big enough to handle the largest possible
case. However, this technique is brittle and error-prone, so
let's replace it with a dynamic argv_array.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6050-replace.sh')
0 files changed, 0 insertions, 0 deletions