summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
Commit message (Expand)AuthorAgeFilesLines
* 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