Skip to content

tar: process symlinks

Jeremy Soller requested to merge bblancha:tar_symlink into master

Created by: bblancha

If the link already exists in the unpacked destination, overwrite it. This is similar to the behavior when regular files or directories are seen.

Merge request reports