doc: note ripgrep's stdin behavior

Fixes #1439
This commit is contained in:
Andrew Gallant
2020-03-15 09:55:31 -04:00
parent 3a6a24a52a
commit daa8319398
3 changed files with 12 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ Bug fixes:
Document usage of `--type all`.
* [BUG #1389](https://github.com/BurntSushi/ripgrep/issues/1389):
Fixes a bug where ripgrep would panic when searching a symlinked directory.
* [BUG #1439](https://github.com/BurntSushi/ripgrep/issues/1439):
Improve documentation for ripgrep's automatic stdin detection.
* [BUG #1445](https://github.com/BurntSushi/ripgrep/issues/1445):
ripgrep now respects ignore rules from .git/info/exclude in worktrees.
* [BUG #1485](https://github.com/BurntSushi/ripgrep/issues/1485):