Defines | |
#define | MERGE_ER_NONE 0 |
#define | MERGE_ER_FIRST 1 |
#define | MERGE_ER_LAST 2 |
#define | MERGE_ER_ALL 3 |
#define | MERGE_ER_NEW 4 |
#define | MERGE_ER_OLD 5 |
The following defines specify the various methods that can be used to globally resolve exclusion reason conflicts.
#define MERGE_ER_ALL 3 |
Specifies that the exclusion reasons should be merged.
Referenced by exclude_resolve_reason(), and merge_parse_args().
#define MERGE_ER_FIRST 1 |
Specifies that the first value was specified to the -er option. Use the first exclusion reason found.
Referenced by exclude_resolve_reason(), and merge_parse_args().
#define MERGE_ER_LAST 2 |
Specifies that the last value was specified to the -er option. Use the last exclusion reason found.
Referenced by exclude_resolve_reason(), and merge_parse_args().
#define MERGE_ER_NEW 4 |
Specified that the newest exclusion reasons should be used.
Referenced by exclude_resolve_reason(), and merge_parse_args().
#define MERGE_ER_NONE 0 |
Specifies that no -er option was specified on the merge command-line. Interactively resolve exclusion reason conflicts.
Referenced by exclude_resolve_reason().
#define MERGE_ER_OLD 5 |
Specified that the oldest exclusion reasons should be used.
Referenced by exclude_resolve_reason(), and merge_parse_args().