pull: Apply -q and -v options to rebase mode as well
commitce4c4d4ec3df274349f20431c61ed85cea038026
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Mar 2013 02:26:08 +0000 (14 22:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Mar 2013 06:30:08 +0000 (16 23:30 -0700)
tree91409aeae0b128f4db7c156fde8d0ca22e2c7933
parent03a0fb0ccf48c831060c2243f830b6a12cd8fdf3
pull: Apply -q and -v options to rebase mode as well

git pull passed -q and -v only to git merge, but they can be useful for
git rebase as well, so pass them there, too.

In particular, using -q shuts up the "Already up-to-date." message.
Especially, a new test script runs the same "pull --rebase" twice to
make sure both cases are quiet, when it has something to fetch and
when it is already up to date.

Signed-off-by: Peter Eisentraut <peter@eisentraut.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh
t/t5521-pull-options.sh