Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply --numstat -z: line termination fix.
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index e06d0f41885fa6d224cb1904e6ee06dbc3324e12..b48c9914e7e3802d17870bbc0fd68c454fded61c 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-89,6
+89,7
@@
enum color_diff {
DIFF_FILE_OLD = 4,
DIFF_FILE_NEW = 5,
DIFF_COMMIT = 6,
+ DIFF_WHITESPACE = 7,
};
const char *diff_get_color(int diff_use_color, enum color_diff ix);