summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-12Fix test on Windows.Andrew Gallant
2017-03-12Fix leading slash bug when used with `!`.Andrew Gallant
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2017-03-08Add enclosing group to alternations in globsMarc Tiehuis
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-07Fix type compose test.Andrew Gallant
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Add --sort-files flag.Andrew Gallant
2016-12-12Fix a non-termination bug.Andrew Gallant
2016-12-06Fix leading hypen bug by updating clap.Andrew Gallant
2016-12-05Fix bug reading root symlink.Andrew Gallant
2016-11-28Disable Unicode mode for literal regex.Andrew Gallant
2016-11-28Detect more uppercase literals for --smart-case.Andrew Gallant
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