diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-12-27 11:46:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-27 08:11:46 -0800 |
commit | 0905ed201a87bc97dc4d47c0cb8fd65316f33269 (patch) | |
tree | a8289311e676b2d9e70071a73a99ecb3d3ea7146 /commit-reach.c | |
parent | 85ee0680e2d5d667919e06394ca7622f09652310 (diff) |
builtin/log: use `size_t` to track indices
Similar as with the preceding commit, adapt "builtin/log.c" so that it
tracks array indices via `size_t` instead of using signed integers. This
fixes a couple of -Wsign-compare warnings and prepares the code for
a similar refactoring of `repo_get_merge_bases_many()` in a subsequent
commit.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions