git-remote: add verbose mode to git remote update
commitdbbd56f1031992593f129168006b6c2f8bae13ec
authorCheng Renquan <crquan@gmail.com>
Tue, 18 Nov 2008 11:04:02 +0000 (18 19:04 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2008 23:38:34 +0000 (18 15:38 -0800)
treeda4d82f8144841b83155a681040b75355268bd77
parent47577456bfe61c32df73a7cf4a388f007af3b18f
git-remote: add verbose mode to git remote update

Pass the verbose mode parameter to the underlying fetch command.

  $ ./git remote -v update
  Updating origin
  From git://git.kernel.org/pub/scm/git/git
   = [up to date]      html       -> origin/html
   = [up to date]      maint      -> origin/maint
   = [up to date]      man        -> origin/man
   = [up to date]      master     -> origin/master
   = [up to date]      next       -> origin/next
   = [up to date]      pu         -> origin/pu
   = [up to date]      todo       -> origin/todo

Signed-off-by: Cheng Renquan <crquan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c