]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/leakfixes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jun 2024 17:30:39 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jun 2024 17:30:39 +0000 (10:30 -0700)
Memory leaks in "git mv" has been plugged.

* jk/leakfixes:
  mv: replace src_dir with a strvec
  mv: factor out empty src_dir removal
  mv: move src_dir cleanup to end of cmd_mv()
  t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL
  t-strvec: use va_end() to match va_start()


Trivial merge