]> git.99rst.org Git - git.git/commitdiff
Merge branch 'jk/leakfixes'
authorJunio C Hamano <redacted>
Mon, 10 Jun 2024 17:30:39 +0000 (10:30 -0700)
committerJunio C Hamano <redacted>
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
git clone https://git.99rst.org/PROJECT