summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-09bump ignoreignore-0.1.9Andrew Gallant
2017-04-09changelog 0.5.1Andrew Gallant
2017-04-09Add ability to colorize column numbers.Andrew Gallant
2017-04-09update man pageAndrew Gallant
2017-04-09Add `-o/--only-matching` flag.Roman Proskuryakov
2017-04-09Add short note on Windows TipsDouman
2017-04-05updates clap and removes home rolled -h/--help distinctionKevin K
2017-04-05fix typo in commentKosta Welke
2017-03-31Enforce 79 column limit. Grr.Andrew Gallant
2017-03-31Bamp clap to 2.22.2Roman Proskuryakov
2017-03-31Improves Printer, fixes some bugsRoman Proskuryakov
2017-03-30bump depsAndrew Gallant
2017-03-28Add -0 shortcut for --nullRoman Proskuryakov
2017-03-28remove uninstall stepAndrew Gallant
2017-03-21Add vim type.Andrew Gallant
2017-03-15bump termcolor depAndrew Gallant
2017-03-15termcolor-0.3.2termcolor-0.3.2Andrew Gallant
2017-03-15Add license info to termcolor crate.Andrew Gallant
2017-03-14remove allow(dead_code)Andrew Gallant
2017-03-14bump ripgrep version in Cargo.lockAndrew Gallant
2017-03-14Add powershell completions to build artifactsLeaf Garland
2017-03-14Update whirlwind tour with encoding info.Andrew Gallant
2017-03-13Fix brew tap sha256 sum.Andrew Gallant
2017-03-12Revert "Add _rg.ps1 to windows zip"0.5.0Andrew Gallant
2017-03-12update brew tap to 0.5.0Andrew Gallant
2017-03-120.5.0Andrew Gallant
2017-03-12add date to CHANGELOGAndrew Gallant
2017-03-12Fix interaction with clap.Andrew Gallant
2017-03-12fix CHANGELOG linkAndrew Gallant
2017-03-12changelog 0.5.0Andrew Gallant
2017-03-12Bump and update deps.wincolor-0.1.3termcolor-0.3.1ignore-0.1.8grep-0.1.6globset-0.1.4Andrew Gallant
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12pin nightlyAndrew Gallant
2017-03-12Improve docs for --glob flag.Andrew Gallant
2017-03-12Clarify -u/--unrestricted flags.Andrew Gallant
2017-03-12No line numbers when searching only stdin.Andrew Gallant
2017-03-12Stop aggressive inlining.Andrew Gallant
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-12Fixes #394 - Added in svg to the types fileJoshua Horwitz
2017-03-12Add license files to each crate.Andrew Gallant
2017-03-12Add scss and ejs.Andrew Gallant
2017-03-12Fix test on Windows.Andrew Gallant
2017-03-12Fix leading slash bug when used with `!`.Andrew Gallant
2017-03-09Add _rg.ps1 to windows zipDaniel Santa Cruz
2017-03-08update depsAndrew Gallant
2017-03-08Add "Known issues" section in README.mdJean-Marie Comets
2017-03-08Remove regex build-dependency in Cargo.tomlMarc Tiehuis
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Reduce unnecessary stat calls for max_filesizeMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis