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