]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/leakfixes' into jk/sparse-leakfix
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 15:55:34 +0000 (08:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 15:55:34 +0000 (08:55 -0700)
commit94d25d3254847fdbf6faf49f145368ec1c3b1ee9
tree72837aa27b50c7a1457b59d0e2ae64e89686e40c
parenta3f0e2a06496c8547b27921445ab47f482452a69
parent64f8502b40affcb4c956c511fef7e704a88b0e25
Merge branch 'jk/leakfixes' into jk/sparse-leakfix

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