summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-11-06Add --no-messages flag.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-06Include the name "ripgrep" in more places.Andrew Gallant
2016-11-06Note -e/--regexp's additional usefulness.Andrew Gallant
2016-11-05Use the bytecount crate for fast line counting.Andre Bogus
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-10-29Reset the terminal when Ctrl-C is pressedBrian Campbell
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-28update python types to include Cython filesTim Sampson
2016-10-27Add zsh typesimbekkh
2016-10-16Fix bug when processing parent gitignore files.Andrew Gallant
2016-10-13add .tcl file extensionCorentin Henry
2016-10-12Shorten name of Handlebars typeAlex LaFroscia
2016-10-12Add `handlebars` typeAlex LaFroscia
2016-10-12Add .gradle as a groovy extension patternSteven Fackler
2016-10-11Merge pull request #168 from durka/doc-threadsAndrew Gallant
2016-10-11Switch to thread_local crate in lieu of thread_local!.Andrew Gallant
2016-10-11clarify docs for --threadsAlex Burka
2016-10-10Update darwin cfg attributes.Andrew Gallant
2016-10-10Fix docopt usage string. Gah.Andrew Gallant
2016-10-10Clarify documentation for --replace.Andrew Gallant
2016-10-10style nitsAndrew Gallant
2016-10-10Finish overhaul of glob matching.Andrew Gallant
2016-10-10Merge pull request #157 from CannedYerins/follow-explicit-argsAndrew Gallant
2016-10-10Merge pull request #155 from theamazingfedex/adding-extra-md-filetypeAndrew Gallant
2016-10-10Merge pull request #154 from theamazingfedex/adding-spark-filetypeAndrew Gallant
2016-10-08Always follow symlinks on explicit file arguments.Ian Kerins
2016-10-07added extra .md filetype for ease of accessDaniel Wood
2016-10-07added .spark filetypeDaniel Wood
2016-10-07added .config filetypeDaniel Wood
2016-10-04Refactor and test glob sets.Andrew Gallant
2016-10-04add jinja type for *.jinja and *.jinja2Samuel Colvin
2016-10-04Added *.cmake extension to cmake file type.Cameron Hart
2016-09-30Move glob implementation to new crate.Andrew Gallant
2016-09-30Stopgap measure for projects with huge gitignore files.Andrew Gallant
2016-09-29Merge pull request #121 from lilydjwg/masterAndrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-28Add -s/--case-sensitive flag.Andrew Gallant
2016-09-28if --color always, always print with color, even when --vimgrep is given依云
2016-09-28colorize filepath at the beginning of line too依云
2016-09-27add a max-depth option for directory traversalGarrett Squire
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