mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
f546dbbede
When running: dust dir_a dir_b if a file was hard linked in both dir_a and dir_b it would be double counted. This fix resolves this by keeping the shared hashmap around between runs for the second and subsequent arguments. https://github.com/bootandy/dust/issues/282