mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-31 12:23:55 -07:00
This commit adds support for printing 0-based byte offset before each line. We handle corner cases such as `-o/--only-matching` and `-C/--context` as well. Closes #812