]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/strvec-typefix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:46 +0000 (13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:46 +0000 (13:44 -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