master
tar: add --mode option (compatible with gnutar)
Convert the tools and respective tests to SPDX (#2317)
address review comment
Add decompression tests to bsdcpio and bsdtar.
Add extraction tests for compressed files to bsdtar_test.
Add support for grzip compression.
Add additional tests for lz4 compression in front-end applications.
Add zstd test suite
Fix handling of leading slashes for hardlinks
test_list_item: Do not modify LC_TIME
Add tar/test/test_list_item (#2454)
Prefer __CYGWIN__ over CYGWIN definition
Clarify absolute path test extraction roots
Merge pull request #3357 from dnelson-1901/remove-cat
Change a compression type of test_option_keep_newer_files.tgz from gzip to compress.
tar: handle --mode when extracting archives also
test: promote the win32-repairing systemf wrapper to all systemf calls
bsdtar: test passphrase for appended archives
Add tests for --passphrase option.
tar: use filesystem-neutral replacement characters in the -s test
Issue 165: Use GNU tar-style hHrRsS trailing flags to control hardlink, regular filename, and symlink substitutions.
Set umask before testing safe writes
Fix the test failure
[Write] Truncate write-to-fd at the declared entry size
For portability, some platform cannot always support gzip compression(zlib).
Add test for Windows drive letters.
Issue 216: bsdtar output truncated. Properly treat the long path that the return code of snprintf function is -1.
Fix typos