mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-21 23:43:09 +00:00
17afd0438f
NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION, NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION, WILDCARDS_MATCH_SLASH_OPTION): New enum values. (long_options, usage, decode_options): Add support for --anchored, --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards, --no-wildcards-match-slash, --recursion, --wildcards, --wildcards-match-slash. (decode_options): Implement the new way of interpreting exclude patterns. (usage): --newer-mtime takes a DATE operand. DATE may be a file name. (OPTION_STRING, decode_options): Add -I, -y. Currently these options just print error messages suggesting alternatives. (add_filtered_exclude): Remove.