summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-07-22ripgrep: when given no patterns, don't matchAndrew Gallant
2018-07-22ripgrep: stop early when --files --quiet is usedAndrew Gallant
2018-07-22ripgrep: don't skip tar archivesAndrew Gallant
2018-07-22ripgrep: add --no-ignore-global flagAndrew Gallant
2018-07-22ripgrep: improve usage documentationAndrew Gallant
2018-07-22ripgrep: better --path-separator error messageAndrew Gallant
2018-07-21ripgrep: add --no-pre switchAndrew Gallant
2018-07-21ripgrep: replace decoder with encoding_rs_ioAndrew Gallant
2018-07-21ripgrep: reformat --pre warningAndrew Gallant
2018-07-21ripgrep: add warning to --pre flagAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-07-21ripgrep: add support for lz4 decompressionKalle Samuels
2018-06-25ripgrep: rename --maxdepth to --max-depthdana
2018-06-25ripgrep: add --fixed-strings flagdana
2018-06-23ripgrep/printer: fix small performance regressionAndrew Gallant
2018-06-23ripgrep: use new BufferedStandardStream from termcolorAndrew Gallant
2018-06-19ripgrep: use exit code 2 to indicate errorJon Surrell
2018-04-23output: remove unnecessary mut bindingAndrew Gallant
2018-04-23output: remove --line-number-width flagAndrew Gallant
2018-04-23output: add --no-column flagAndrew Gallant
2018-04-23logging: add new --no-ignore-messages flagAndrew Gallant
2018-04-23doc: more specific docs for --no-messagesAndrew Gallant
2018-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-03-12deps: update regex crateAndrew Gallant
2018-03-10output: add --stats flagBalaji Sivaraman
2018-03-10args: treat --count --only-matching as --count-matchesAndrew Gallant
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10cleanup: rename match_count to match_line_countBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-03-10mmap: handle ENOMEM errorAndrew Gallant
2018-02-23doc: use PATTERNFILE for -f/--file flagAndrew Gallant
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-02-18doc: clarify --ignore-file flagCosmin Lehene
2018-02-17doc: fix files-with-matches typoUwe Dauernheim
2018-02-10doc: fix asciidoc->man formattingAndrew Gallant
2018-02-10doc: add color FAQ entriesAndrew Gallant
2018-02-10termcolor: permit hex colorsAndrew Gallant
2018-02-10doc: overhaul documentationAndrew Gallant
2018-02-10doc: clarify --files-without-matchAndrew Gallant
2018-02-06argv: add several hidden flagsAndrew Gallant
2018-02-06argv: support hidden flagsAndrew Gallant
2018-02-06doc: generate man pageAndrew Gallant
2018-02-06argv: tweak the meaning of zeroAndrew Gallant
2018-02-06argv: update clap to 2.29.4Andrew Gallant
2018-02-05argv: fix PATTERN typoKevin K
2018-02-04config: add persistent configurationAndrew Gallant
2018-02-04argv: permit repeated flagsAndrew Gallant
2018-02-04argv: refactor clap initializationAndrew Gallant
2018-02-04build: add git hashAndrew Gallant
2018-02-04logger: drop env_loggerAndrew Gallant