]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcdeabf513a6f811f881f34f775add39aaf471775
tree300c986553653ecace69929f1de669a2a34e64f9
parentf0ade787acb2c94f2cbf4b4b169818166315210f
parent10b635b77311badcbb5045b7421e6826c4536613
Merge branch 'ab/bundle-updates'

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()