aboutsummaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-06-29 17:06:53 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-30 13:13:01 -0700
commit091f8e28b452bf800e7abb8dace49ebd8897faac (patch)
tree096b420ddd3377d7d165a198b3b62cf74ab8f013 /revision.h
parentb9cbfde6b12f1a8f5341a5be624bd41e12e5dea3 (diff)
downloadgit-091f8e28b452bf800e7abb8dace49ebd8897faac.tar.gz
git-091f8e28b452bf800e7abb8dace49ebd8897faac.tar.xz
diff.c: migrate emit_line_checked to use emit_diff_symbol
Add a new flags field to emit_diff_symbol, that will be used by context lines for: * white space rules that are applicable (The first 12 bits) Take a note in cahe.c as well, when this ws rules are extended we have to fix the bits in the flags field. * how the rules are evaluated (actually this double encodes the sign of the line, but the code is easier to keep this way, bits 13,14,15) * if the line a blank line at EOF (bit 16) The check if new lines need to be marked up as extra lines at the end of file, is now done unconditionally. That should be ok, as 'new_blank_line_at_eof' has a quick early return. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
0 files changed, 0 insertions, 0 deletions