[PATCH 1/2] diff.c: convert emit_line_ws_markup to take string for sign

2018-07-10 Thread Stefan Beller
For the diff of diffs, we have more than one character at the beginning of the line with special meaning, so let's pass around a string that contains all the markup for the line Signed-off-by: Stefan Beller --- diff.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff

[PATCH 1/2] diff.c: convert emit_line_ws_markup to take string for sign

2018-07-10 Thread Stefan Beller
For the diff of diffs, we have more than one character at the beginning of the line with special meaning, so let's pass around a string that contains all the markup for the line Signed-off-by: Stefan Beller --- diff.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff