]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-sh-setup.sh
git-sh-setup: remove "sane_grep", it's not needed anymore
[thirdparty/git.git] / git-sh-setup.sh
index 758520f5a6187996dec1aa5bee16742cf20ee7f5..1eb79458b48c69231c7165024dbf4f79b756c5d0 100644 (file)
@@ -173,10 +173,6 @@ git_pager() {
        eval "$GIT_PAGER" '"$@"'
 }
 
-sane_grep () {
-       GREP_OPTIONS= LC_ALL=C grep @@SANE_TEXT_GREP@@ "$@"
-}
-
 is_bare_repository () {
        git rev-parse --is-bare-repository
 }