srctree

Gregory Mullen parent 60f43ced 2abf5f60
print end of comment when diff line is found

src/endpoints/repos/diffs.zig added: 4, removed: 1, total 3
@@ -457,6 +457,9 @@ fn translateComment(a: Allocator, comment: []const u8, patch: Patch) ![]u8 {
},
);
try message_lines.append(wrapped_line);
if (search_end < line.len) try message_lines.append(
try Bleach.sanitizeAlloc(a, line[search_end..], .{}),
);
break;
}
} else {