doc: document all file type

This adds it to the guide and the docs for the --type flag.

Fixes #1344, Closes #1472
This commit is contained in:
Robert Irelan
2020-01-27 10:52:32 -08:00
committed by Andrew Gallant
parent 1bdb767851
commit 24f8a3e5ec
3 changed files with 23 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ Bug fixes:
* [BUG #1335](https://github.com/BurntSushi/ripgrep/issues/1335):
Fixes a performance bug when searching plain text files with very long lines.
* [BUG #1344](https://github.com/BurntSushi/ripgrep/issues/1344):
Document usage of `--type all`.
11.0.2 (2019-08-01)