diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-11 15:49:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-14 12:28:36 -0700 |
commit | 23b65f9528a1fa19619d1dcb59932cc55075808c (patch) | |
tree | 5d42d18cac9562aab3cedeb159221b0b1cbfd2c4 /Documentation | |
parent | diff: document the new --color-moved setting (diff) | |
download | tgif-23b65f9528a1fa19619d1dcb59932cc55075808c.tar.xz |
diff: avoid redundantly clearing a flag
No code in diff.c sets DIFF_SYMBOL_MOVED_LINE except in
mark_color_as_moved(), so it is redundant to clear it for the current
line. Therefore, clear it only for previous lines.
This makes a refactoring in a subsequent patch easier.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions