From 47d1c2c4e6a3136eec2733d1e305aab968953c1a Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 28 Jan 2016 19:32:41 +0800 Subject: update-bash: don't be quiet for git init The output will help to show git is initialized in the first time. Hence, offer a better UX. --- Library/Homebrew/cmd/update-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh index 3b67d7f42..bcc721bbc 100644 --- a/Library/Homebrew/cmd/update-bash.sh +++ b/Library/Homebrew/cmd/update-bash.sh @@ -47,7 +47,7 @@ git_init_if_necessary() { if [[ ! -d ".git" ]] then - git init -q + git init git config --bool core.autocrlf false git config remote.origin.url https://github.com/Homebrew/homebrew.git git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" -- cgit v1.2.3