Re: [PATCH] Check bare-path comparison between archived path & target

2024-03-28 Thread Paul Smith
On Sun, 2024-02-25 at 16:46 -0800, Marco Sirabella wrote: > When archive files are created with gnu ar's P flag the parent paths > of saved files aren't stripped off. This is helpful when you're > adding multiple files to an archive with the same stem but different > parent paths. I applied this c

[PATCH] Check bare-path comparison between archived path & target

2024-02-25 Thread Marco Sirabella
When archive files are created with gnu ar's P flag the parent paths of saved files aren't stripped off. This is helpful when you're adding multiple files to an archive with the same stem but different parent paths. Let's check if paths are directly equivalent before doing archive file path normal