From: Stefan Beller Date: Fri, 17 Aug 2018 20:43:52 +0000 (-0700) Subject: diff.c: add --output-indicator-{new, old, context} X-Git-Tag: v2.20.0-rc0~243^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7648b79eeefc23e773a41b24e3ecdadb9fe93643?ds=inline;hp=7648b79eeefc23e773a41b24e3ecdadb9fe93643 diff.c: add --output-indicator-{new, old, context} This will prove useful in range-diff in a later patch as we will be able to differentiate between adding a new file (that line is starting with +++ and then the file name) and regular new lines. It could also be useful for experimentation in new patch formats, i.e. we could teach git to emit moved lines with lines other than +/-. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---