#include <svn_diff.h>
Data Fields | |
svn_diff_file_ignore_space_t | ignore_space |
To what extent whitespace should be ignored when comparing lines. | |
svn_boolean_t | ignore_eol_style |
Whether to treat all end-of-line markers the same when comparing lines. | |
svn_boolean_t | show_c_function |
Whether the '@' lines of the unified diff output should include a prefix of the nearest preceding line that starts with a character that might be the initial character of a C language identifier. |
Definition at line 333 of file svn_diff.h.
|
Whether to treat all end-of-line markers the same when comparing lines.
The default is Definition at line 340 of file svn_diff.h. |
|
To what extent whitespace should be ignored when comparing lines.
The default is Definition at line 337 of file svn_diff.h. |
|
Whether the '@' lines of the unified diff output should include a prefix of the nearest preceding line that starts with a character that might be the initial character of a C language identifier.
The default is Definition at line 346 of file svn_diff.h. |