]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit9cfc01e5603169b784b67721e115537b229f5712
tree0f15823d418dffe52637dedaa74d3d448eafeba3
parentb809c3d9005cdbf6b193a78a32240b247ee81b36
parent8d133a4653abed4b06d3deb8bd71cf55cd87c990
Merge branch 'jk/strvec-typefix' into maint

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