diff options
Diffstat (limited to 'diff.h')
| -rw-r--r-- | diff.h | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -400,6 +400,8 @@ struct diff_options {  	#define COLOR_MOVED_WS_ERROR (1<<0)  	unsigned color_moved_ws_handling; +	bool dry_run; +  	struct repository *repo;  	struct strmap *additional_path_headers;  | 
