mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
Added support for -P and --absolute-names flags to preserve absolute paths when creating archives, matching GNU tar behavior. * CLI: Added -P / --absolute-names options to uu_app. * Operations: Configured tar::Builder to preserve absolute paths based on the new flag. * Normalization: Updated normalize_path to skip stripping root and prefix components when absolute paths are allowed. * Tests: Added integration tests for path preservation and trimming during archive creation and extraction.