aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update-reset.sh
diff options
context:
space:
mode:
authorilovezfs2018-01-15 07:30:56 +0000
committerGitHub2018-01-15 07:30:56 +0000
commit17f80a44e63d1fb0cbfc48dc602c62bbc01ad8fa (patch)
tree420625a658a8ad26c25ea4d5240cc27b8ff89a23 /Library/Homebrew/cmd/update-reset.sh
parent253a41f52370a2625a0e2684f7afa85405cdc5d2 (diff)
downloadbrew-17f80a44e63d1fb0cbfc48dc602c62bbc01ad8fa.tar.bz2
Revert "Use Homebrew's gitconfig for various commands"
Diffstat (limited to 'Library/Homebrew/cmd/update-reset.sh')
-rw-r--r--Library/Homebrew/cmd/update-reset.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/update-reset.sh b/Library/Homebrew/cmd/update-reset.sh
index 3b166b8ed..5ba8ec9d8 100644
--- a/Library/Homebrew/cmd/update-reset.sh
+++ b/Library/Homebrew/cmd/update-reset.sh
@@ -28,8 +28,6 @@ EOS
set -x
fi
- export HOME="$HOMEBREW_LIBRARY/Homebrew/gitconfig"
-
for DIR in "$HOMEBREW_REPOSITORY" "$HOMEBREW_LIBRARY"/Taps/*/*
do
[[ -d "$DIR/.git" ]] || continue