aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/sgrep.fish
Commit message (Collapse)AuthorAge
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* call original grep in sgrepGravatar Grissiom2010-09-19
| | | | | functions/grep.fish will set the GREP_OPTIONS, which will ruin sgrep's effort.
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ↵Gravatar axel2006-11-30
that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz