| author | |
| committer | |
| log | 50b559f93874f7e6fd9c716a4cc73f2955becbe4 |
| tree | e1affc21ab50bf64514a1960713c341cf837ab28 |
| parent | 0698318aecc1b414a792903d3b41f7b389da125c |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
git.zig+1-1| ... | ... | @@ -494,7 +494,7 @@ pub fn parseTreeDiff(alloc: std.mem.Allocator, input: string) !TreeDiff { |
| 494 | 494 | var n: usize = 0; |
| 495 | 495 | while (n < i) : (n += 1) i -= @intFromBool(overview.items[n].action == .T); |
| 496 | 496 | try diffs.append(.{ |
| 497 | .index = @splat(.{ .id = undefined }), | |
| 497 | .index = @splat(.{ .id = "0000000000000000000000000000000000000000" }), | |
| 498 | 498 | .before_path = overview.items[i].sub_path, |
| 499 | 499 | .after_path = overview.items[i].sub_path, |
| 500 | 500 | .subs = 0, |