| author | |
| committer | |
| log | c32f692aff65076bef79787429c3f09dbb1b6311 |
| tree | 57dd1d2fc1714d5b20f3b0a267c4e0e9c4a4f639 |
| parent | d8c28f72f5d5bc1f9bf10e0ffa78fdc0595bda2c |
| signature |
ps: the tab is so you can jump to it and be at the start of the name1 files changed, 1 insertions(+), 1 deletions(-)
git.zig+1-1| ... | ... | @@ -331,7 +331,7 @@ pub fn parseTreeDiff(alloc: std.mem.Allocator, input: string) !TreeDiff { |
| 331 | 331 | const before_tree = ensureObjId(BlobId, jter.next().?); |
| 332 | 332 | const after_tree = ensureObjId(BlobId, jter.next().?); |
| 333 | 333 | |
| 334 | var kter = std.mem.splitScalar(u8, jter.next().?, '\t'); // why is there a tab here git. why? | |
| 334 | var kter = std.mem.splitScalar(u8, jter.rest(), '\t'); | |
| 335 | 335 | const action_s = kter.next().?; |
| 336 | 336 | |
| 337 | 337 | try overview.append(.{ |