summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-09-27Merge pull request #114 from cetra3/colorChoiceAndrew Gallant
2016-09-27Add colour choicecetra3
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-26Add regression test.Andrew Gallant
2016-09-26Allow (and ignore) whitespace-only lines in .gitignore filesTom Jackson
2016-09-26Don't quit if opening a file fails.Andrew Gallant
2016-09-26Don't initialize ignores for file arguments.Andrew Gallant
2016-09-26Add SystemVerilog (SV) typeKaushal Modi
2016-09-26Clojure files can also end in cljc or cljxEmlyn Corrin
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-25On Windows, always consider stdin to be a tty.Andrew Gallant
2016-09-25Fix Windows compilation error.Andrew Gallant
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-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-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-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