]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
diff.c: add dimming to moved line detection
authorStefan Beller <sbeller@google.com>
Fri, 30 Jun 2017 20:53:09 +0000 (13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:59:42 +0000 (13:59 -0700)
commit86b452e2769e80b220327b1301c7487ad4afa4f4
tree4caae0114a2d59d80a7c8cb12f4dc3e27cd7cc08
parent176841f0c9b470b008c95eb50b7bb9424321d540
diff.c: add dimming to moved line detection

Any lines inside a moved block of code are not interesting. Boundaries
of blocks are only interesting if they are next to another block of moved
code.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
color.h
diff.c
diff.h
t/t4015-diff-whitespace.sh