summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-250.1.180.1.18Andrew Gallant
2016-09-25bump grep to 0.1.3Andrew Gallant
2016-09-25grep 0.1.3Andrew Gallant
2016-09-25changelog 0.2.0Andrew Gallant
2016-09-25fix windowsAndrew Gallant
2016-09-25Don't use an intermediate buffer when --threads=1.Andrew Gallant
2016-09-25Don't replace NUL bytes when searching binary files as text.Andrew Gallant
2016-09-25Make printing paths a bit faster.Andrew Gallant
2016-09-25Don't union inner literals of repetitions.Andrew Gallant
2016-09-25On Windows, always consider stdin to be a tty.Andrew Gallant
2016-09-25Fix Windows compilation error.Andrew Gallant
2016-09-25Merge pull request #92 from svenstaro/patch-1Andrew Gallant
2016-09-26ripgrep is now in [community]Sven-Hendrik Haase
2016-09-25Move --files-with-matches to less common options.Andrew Gallant
2016-09-25Permit whitelisting hidden files in ignores.Andrew Gallant
2016-09-25Add curly brace alternates to glob format.Andrew Gallant
2016-09-25Fix tests on Windows.Andrew Gallant
2016-09-25Merge pull request #71 from catchmrbharath/issue46Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-25Merge pull request #42 from andschwa/files-with-matchesAndrew Gallant
2016-09-25Stupid docopt.Andrew Gallant
2016-09-25Clarify documentation of --type-add.Andrew Gallant
2016-09-25Merge pull request #84 from martinlindhe/tsAndrew Gallant
2016-09-25Add ts type for typescriptMartin Lindhe
2016-09-25Be more conservative with stdin.Andrew Gallant
2016-09-25Merge pull request #62 from martinlindhe/js-wcAndrew Gallant
2016-09-25--type js: include more extensionsMartin Lindhe
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-24[Fixes #46] Use 1 less worker thread than number of threadsBharath M R
2016-09-24Add --smart-case.Andrew Gallant
2016-09-24Add --no-ignore-vcs flag.Andrew Gallant
2016-09-24Permit options with --help/--version.Andrew Gallant
2016-09-24Strip trailing whitespace in gitignore patterns.Andrew Gallant
2016-09-24Update brew package to 0.1.17.Andrew Gallant
2016-09-24Tweak memory maps on darwin.Andrew Gallant
2016-09-24If a file is empty, still try to search it.Andrew Gallant
2016-09-24Don't ignore first path when using --files.Andrew Gallant
2016-09-24Fix directory whitelisting.Andrew Gallant
2016-09-24Fix whitelisting precedence.Andrew Gallant
2016-09-24Fix trailing recursive globs in gitignore.Andrew Gallant
2016-09-24Fix typo.Andrew Gallant
2016-09-24Clarify what rg does in --help.Andrew Gallant
2016-09-24Add --no-filename flag.Andrew Gallant
2016-09-24Change the default output of --files to elide './'.Andrew Gallant
2016-09-24Update to docopt 0.6.85.Andrew Gallant
2016-09-24Clarify the documentation of the --type-* flags.Andrew Gallant
2016-09-24Fix handling of absolute patterns in parent gitignore files.Andrew Gallant
2016-09-24Fix an absolute path name bug.Andrew Gallant
2016-09-24Fixes #43.Andrew Gallant
2016-09-24Fix a bug in the translation from a gitignore pattern to a glob.Andrew Gallant