mirror of
https://github.com/bootandy/dust.git
synced 2026-03-12 21:22:51 -07:00
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