summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-12-06 11:27:25 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-06 20:20:04 +0900
commit8108d1ac948c1029b29d8180dd5dbfdc5f2efb38 (patch)
tree6fac8c63a9cf1aa5813f08081a63a865e71c1016 /builtin/commit.c
parent80c9e70ebe871f0826bc101142c66ff783405100 (diff)
daemon: fix loops that have mismatching integer types
We have several loops in "daemon.c" that use a signed integer to loop through a `size_t`. Adapt them to instead use a `size_t` as counter value. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions