]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/strvec-typefix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:47 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:47 +0000 (13:51 -0700)
Correct nr and alloc members of strvec struct to be of type size_t.

* jk/strvec-typefix:
  strvec: use size_t to store nr and alloc


Trivial merge