| author | |
| committer | |
| log | 5c44c26be7735dd3f6c95dea4c2738bc679748ad |
| tree | 460a6e4f4642443a65944337a85ba80c20cf0a79 |
| parent | 12e0765577d2e0d4c26267f3b8fd781aed84d365 |
| signature |
1 files changed, 6 insertions(+), 0 deletions(-)
git.zig+6| ... | ... | @@ -604,6 +604,12 @@ pub fn parseTreeDiff(alloc: std.mem.Allocator, input: string) !TreeDiff { |
| 604 | 604 | .sub_path = kter.rest(), |
| 605 | 605 | }); |
| 606 | 606 | } |
| 607 | if (lineiter.peek() == null) { | |
| 608 | return TreeDiff{ | |
| 609 | .overview = overview.items, | |
| 610 | .diffs = diffs.items, | |
| 611 | }; | |
| 612 | } | |
| 607 | 613 | |
| 608 | 614 | // diff --git a/notes/all_packages.txt b/notes/all_packages.txt |
| 609 | 615 | // index c06b41d..e8f91cf 100644 |