authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-20 17:48:12 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-20 17:48:12 -07:00
log81b05921ec553e1adf29705b84fbfb610690ec88
tree72745fa8869b2b63e7eab548071f9fe859e7d136
parent0099e96f6f35c65569d8370c617640503d48edbb
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

fix log typo


1 files changed, 2 insertions(+), 2 deletions(-)

git.zig+2-2
......@@ -1365,14 +1365,14 @@ pub const Repository = struct {
13651365 found += 1;
13661366 result.putAssumeCapacity(k, commit_id_prev);
13671367 set.set(i);
1368 // std.log.debug("found [{d}/{d}] object after searching {d} commits", .{ found, total, searched });
1368 // std.log.debug("found [{d}/{d}] objects after searching {d} commits", .{ found, total, searched });
13691369 continue;
13701370 }
13711371 if (!std.mem.eql(u8, new.?.id.erase(), original.id.erase())) {
13721372 found += 1;
13731373 result.putAssumeCapacity(k, commit_id_prev);
13741374 set.set(i);
1375 // std.log.debug("found [{d}/{d}] object after searching {d} commits", .{ found, total, searched });
1375 // std.log.debug("found [{d}/{d}] objects after searching {d} commits", .{ found, total, searched });
13761376 continue;
13771377 }
13781378 }