Skip to content

Fix handling of symlinks in zip_to_tar

Marco Clemencic requested to merge improve-zip2tar into master

symlinks in the zip file were not properly converted to symlinks in the tar file.

I also updated the pre-commit configuration and added the possibility of running zip_to_tar on a local file.

Merge request reports