From: Stefan Beller Date: Wed, 10 Oct 2018 23:24:59 +0000 (-0700) Subject: diff.c: pass sign_index to emit_line_ws_markup X-Git-Tag: v2.20.0-rc0~137^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bc9feb05a7027d9b795bc2bc35f26131b718fc08?ds=inline;hp=bc9feb05a7027d9b795bc2bc35f26131b718fc08 diff.c: pass sign_index to emit_line_ws_markup Instead of passing the sign directly to emit_line_ws_markup, pass only the index to lookup the sign in diff_options->output_indicators. Signed-off-by: Stefan Beller Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---