diff options
| author | Mike McQuaid | 2016-09-22 11:43:13 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-22 11:43:13 +0100 |
| commit | 9784fa4122882e1f573b765cc3fc81f7818a6bfc (patch) | |
| tree | a84f859db314851a72976d061aa63a25f9c9a669 /Library | |
| parent | c31055723658cb3643fa45f46c3963809fd33c2a (diff) | |
| parent | b33df4d0fad3ba6a968a86b14170ff1395239be3 (diff) | |
| download | brew-9784fa4122882e1f573b765cc3fc81f7818a6bfc.tar.bz2 | |
Merge pull request #1077 from MikeMcQuaid/no-checkout-branch-message
update.sh: don't print "checkout branch" message.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/update.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index a043853d8..5f082024d 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -258,14 +258,6 @@ EOS if [[ -n "$UPSTREAM_TAG" ]] || [[ "$INITIAL_BRANCH" != "$UPSTREAM_BRANCH" && -n "$INITIAL_BRANCH" ]] then - - if [[ -z "$HOMEBREW_NO_UPDATE_CLEANUP" ]] - then - echo "Checking out $UPSTREAM_BRANCH in $DIR..." - echo "To checkout $INITIAL_BRANCH in $DIR run:" - echo " 'cd $DIR && git checkout $INITIAL_BRANCH" - fi - # Recreate and check out `#{upstream_branch}` if unable to fast-forward # it to `origin/#{@upstream_branch}`. Otherwise, just check it out. if [[ -z "$UPSTREAM_TAG" ]] && |
