Converts the bundle.c code to use the string-list.c API, getting rid of some duplication in the codebase, while doing that stop the bundle command-line tool and its API from leaking memory in some common cases. Ævar Arnfjörð Bjarmason (3): bundle cmd: stop leaking memory from parse_options_cmd_bundle() bundle.c: use a temporary variable for OIDs and names bundle: remove "ref_list" in favor of string-list.c API builtin/bundle.c | 91 ++++++++++++++++++++++++++++++++---------------- bundle.c | 72 +++++++++++++++++++++----------------- bundle.h | 20 +++++------ transport.c | 11 ++++-- 4 files changed, 119 insertions(+), 75 deletions(-) -- 2.32.0.571.gdba276db2c