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 {...@@ -1365,14 +1365,14 @@ pub const Repository = struct {
1365 found += 1;1365 found += 1;
1366 result.putAssumeCapacity(k, commit_id_prev);1366 result.putAssumeCapacity(k, commit_id_prev);
1367 set.set(i);1367 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 });
1369 continue;1369 continue;
1370 }1370 }
1371 if (!std.mem.eql(u8, new.?.id.erase(), original.id.erase())) {1371 if (!std.mem.eql(u8, new.?.id.erase(), original.id.erase())) {
1372 found += 1;1372 found += 1;
1373 result.putAssumeCapacity(k, commit_id_prev);1373 result.putAssumeCapacity(k, commit_id_prev);
1374 set.set(i);1374 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 });
1376 continue;1376 continue;
1377 }1377 }
1378 }1378 }