diff --git a/Makefile b/Makefile index d3a6a64..f52064d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINS = $(wildcard bin/git-*) MANS = $(wildcard man/git-*.md) MAN_HTML = $(MANS:.md=.html) MAN_PAGES = $(MANS:.md=.1) -LIB = "helper/git-extra-utility" +LIB = "helper/reset-env" "helper/git-extra-utility" COMMANDS_USED_WITHOUT_GIT_REPO = git-alias git-extras git-fork git-setup COMMANDS_USED_WITH_GIT_REPO = $(filter-out $(COMMANDS_USED_WITHOUT_GIT_REPO), \ diff --git a/helper/reset-env b/helper/reset-env new file mode 100644 index 0000000..bef6bf9 --- /dev/null +++ b/helper/reset-env @@ -0,0 +1,2 @@ +# reset environment variables that could interfere with normal usage +export GREP_OPTIONS=