diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-02-06 07:35:35 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-06 12:10:08 -0800 |
| commit | 6d5e80fba2397708671cee6d9c5e394c4c187659 (patch) | |
| tree | da7841148339a1bd17166395eb96cd0dbbafacc7 /contrib/completion/git-completion.bash | |
| parent | ca63af0a248d31bf917d207722b284da41ffcee7 (diff) | |
| download | git-6d5e80fba2397708671cee6d9c5e394c4c187659.tar.xz | |
reftable/stack: index segments with `size_t`
We use `int`s to index into arrays of segments and track the length of
them, which is considered to be a code smell in the Git project. Convert
the code to use `size_t` instead.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.bash')
0 files changed, 0 insertions, 0 deletions
