Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff.c: color moved lines differently, plain mode
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index 3196802673694dbc656a8c7b61f21d48baeeb32f..4cfd609c54db4fcfc913f5bdff4233f8e5a12ea4 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-190,6
+190,7
@@
struct diff_options {
struct emitted_diff_symbols *emitted_symbols;
enum {
COLOR_MOVED_NO = 0,
+ COLOR_MOVED_PLAIN = 1,
COLOR_MOVED_ZEBRA = 2,
} color_moved;
#define COLOR_MOVED_DEFAULT COLOR_MOVED_ZEBRA