| ... | @@ -494,7 +494,7 @@ pub fn parseTreeDiff(alloc: std.mem.Allocator, input: string) !TreeDiff { | ... | @@ -494,7 +494,7 @@ pub fn parseTreeDiff(alloc: std.mem.Allocator, input: string) !TreeDiff { |
| 494 | var n: usize = 0; | 494 | var n: usize = 0; |
| 495 | while (n < i) : (n += 1) i -= @intFromBool(overview.items[n].action == .T); | 495 | while (n < i) : (n += 1) i -= @intFromBool(overview.items[n].action == .T); |
| 496 | try diffs.append(.{ | 496 | try diffs.append(.{ |
| 497 | .index = @splat(.{ .id = undefined }), | 497 | .index = @splat(.{ .id = "0000000000000000000000000000000000000000" }), |
| 498 | .before_path = overview.items[i].sub_path, | 498 | .before_path = overview.items[i].sub_path, |
| 499 | .after_path = overview.items[i].sub_path, | 499 | .after_path = overview.items[i].sub_path, |
| 500 | .subs = 0, | 500 | .subs = 0, |