summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
Commit message (Expand)AuthorAgeFilesLines
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-151-15/+9
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-1/+4
* grep: add --jobs supportMike Frysinger2021-04-011-46/+72
* grep: move nested func out to the classMike Frysinger2021-02-251-37/+35
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* drop old git_require checksMike Frysinger2020-02-121-2/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-1/+2
* grep: handle errors gracefullyMike Frysinger2019-10-011-7/+23
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* update markdown/help header formatMike Frysinger2018-10-101-4/+2
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-7/+7
* Change print statements to work in python3Sarah Owens2012-11-131-4/+4
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* Fix format string bugs in grepv1.6.9.8Sebastian Schmidt2010-06-171-4/+4
* grep: Only use --color on git 1.6.3 and laterShawn O. Pearce2009-06-121-2/+2
* Clarify the option section header in 'repo help grep'Shawn O. Pearce2009-04-181-2/+2
* Add 'repo grep' to support searching all projectsv1.6.5Shawn O. Pearce2009-04-101-0/+243