mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-09 00:22:00 -07:00
This removes logic from the decompressor for skipping tar archives. This logic was originally added under the assumption that we probably want to avoid the cost of reading them. However, this is generally inconsistent with how ripgrep treats files like tar archives: it should search them and do binary detection like normal. Fixes #918