Make "git-send-pack" less verbose by default
authorLinus Torvalds <torvalds@osdl.org>
Wed, 21 Dec 2005 02:13:02 +0000 (18:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 05:18:32 +0000 (21:18 -0800)
commit41f93a2c903a45167b26c2dc93d45ffa9a9bbd49
tree4135ee33fabe5574ded6f8031c6f48c6b7babc45
parenta3431febfe241120205472def2a14ef09a4dbe60
Make "git-send-pack" less verbose by default

It used to make sense to have git-send-pack talk about the things it sent
when (a) it was a new program and (b) nobody had a lot of tags and
branches.

These days, it's just distracting to see tons of

'refs/tags/xyz': up-to-date
...

when updating a remote repo.

So shut it up by default, and add a "--verbose" flag for those who really
want to see it.

Also, since this makes he case of everything being up-to-date just totally
silent, make it say "Everything up-to-date" if no refs needed updating.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack.c