summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-sh-setup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index cee053c..758520f 100644
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh
@@ -177,10 +177,6 @@ sane_grep () {
GREP_OPTIONS= LC_ALL=C grep @@SANE_TEXT_GREP@@ "$@"
}
-sane_egrep () {
- GREP_OPTIONS= LC_ALL=C egrep @@SANE_TEXT_GREP@@ "$@"
-}
-
is_bare_repository () {
git rev-parse --is-bare-repository
}