Merge pull request #7260 from MikeMcQuaid/update-rebase-quiet
update: make rebase quiet.
This commit is contained in:
commit
2b3d7304e4
@ -250,13 +250,7 @@ EOS
|
||||
|
||||
if [[ -z "$HOMEBREW_MERGE" ]]
|
||||
then
|
||||
# Work around bug where git rebase --quiet is not quiet
|
||||
if [[ -z "$HOMEBREW_VERBOSE" ]]
|
||||
then
|
||||
git rebase "$REMOTE_REF" >/dev/null
|
||||
else
|
||||
git rebase "${QUIET_ARGS[@]}" "$REMOTE_REF"
|
||||
fi
|
||||
git rebase "${QUIET_ARGS[@]}" "$REMOTE_REF"
|
||||
else
|
||||
git merge --no-edit --ff "${QUIET_ARGS[@]}" "$REMOTE_REF" \
|
||||
--strategy=recursive \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user