]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/bundle-updates'
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:49 +0000 (17:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:49 +0000 (17:42 -0700)
Code clean-up and leak plugging in "git bundle".

* ab/bundle-updates:
  bundle: remove "ref_list" in favor of string-list.c API
  bundle.c: use a temporary variable for OIDs and names
  bundle cmd: stop leaking memory from parse_options_cmd_bundle()


Trivial merge