Merge branch 'sb/diff-color-moved-config-option-fixup'
Minor inconsistency fix. * sb/diff-color-moved-config-option-fixup: diff: align move detection error handling with other options
This commit is contained in:
3
diff.h
3
diff.h
@ -225,7 +225,8 @@ struct diff_options {
|
||||
|
||||
/* XDF_WHITESPACE_FLAGS regarding block detection are set at 2, 3, 4 */
|
||||
#define COLOR_MOVED_WS_ALLOW_INDENTATION_CHANGE (1<<5)
|
||||
int color_moved_ws_handling;
|
||||
#define COLOR_MOVED_WS_ERROR (1<<0)
|
||||
unsigned color_moved_ws_handling;
|
||||
|
||||
struct repository *repo;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user