summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-17Fix issue number mixup.Andrew Gallant
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-15Allow specifying patterns with `-f FILE` and `-f-`Eric Kidd
2016-11-11Disable symlink tests on Windows.Andrew Gallant
2016-11-09Fix a bug with handling --ignore-file.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-06Fixes a bug with --smart-case.Andrew Gallant
2016-11-05Use the bytecount crate for fast line counting.Andre Bogus
2016-10-31Fixes a matching bug in the glob override matcher.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-16Fix bug when processing parent gitignore files.Andrew Gallant
2016-10-10Update regex-syntax for bug fix.Andrew Gallant
2016-10-10Update darwin cfg attributes.Andrew Gallant
2016-10-10Disable regression_131 test on darwin.Andrew Gallant
2016-10-10Fix symlink test.Andrew Gallant
2016-10-10style nitsAndrew Gallant
2016-10-10Finish overhaul of glob matching.Andrew Gallant
2016-10-08Always follow symlinks on explicit file arguments.Ian Kerins
2016-10-04Refactor and test glob sets.Andrew Gallant
2016-09-28Add -s/--case-sensitive flag.Andrew Gallant
2016-09-27add a max-depth option for directory traversalGarrett Squire
2016-09-26Don't print empty lines in single threaded mode.Andrew Gallant
2016-09-26Add a --null flag.Andrew Gallant
2016-09-26Fix an off-by-one error with --column.Andrew Gallant
2016-09-25Don't replace NUL bytes when searching binary files as text.Andrew Gallant
2016-09-25Don't union inner literals of repetitions.Andrew Gallant
2016-09-25Permit whitelisting hidden files in ignores.Andrew Gallant
2016-09-25Fix tests on Windows.Andrew Gallant
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-24Add --smart-case.Andrew Gallant
2016-09-24Add --no-ignore-vcs flag.Andrew Gallant
2016-09-24Don't ignore first path when using --files.Andrew Gallant
2016-09-24Fix directory whitelisting.Andrew Gallant
2016-09-24Fix trailing recursive globs in gitignore.Andrew Gallant
2016-09-24Add --no-filename flag.Andrew Gallant
2016-09-24Change the default output of --files to elide './'.Andrew Gallant
2016-09-24Fix handling of absolute patterns in parent gitignore files.Andrew Gallant
2016-09-24Fix a bug in the translation from a gitignore pattern to a glob.Andrew Gallant
2016-09-23Switch from .rgignore to .ignore.Andrew Gallant
2016-09-23Column numbers should start at 1.Andrew Gallant
2016-09-22Add --vimgrep flag.Andrew Gallant
2016-09-21fix -uuu test on WindowsAndrew Gallant
2016-09-20Add "unrestricted" flag.Andrew Gallant
2016-09-17Add support for searching multiple patterns with -e.0.1.4Andrew Gallant
2016-09-11Make file type filtering a lot faster.Andrew Gallant
2016-09-09Fix test that relied on non-deterministic order of results.Andrew Gallant
2016-09-09Fix `files` test. What a pain.Andrew Gallant
2016-09-09Add integration tests.Andrew Gallant