alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
625 stars 184 forks source link

Update overwrite to also overwrite hard links #319

Open obmarg opened 1 year ago

obmarg commented 1 year ago

The overwrite setting only applied on symlinks and files in an archive, which is quite surprising if you unwittingly end up with hard links in an archive.

Not sure if this was intentional or an oversight, but if it was a mistake: here's a fix.