"remote prune": be quiet when there is nothing to prune
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Jun 2008 06:43:25 +0000 (23:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jun 2008 06:43:25 +0000 (23:43 -0700)
The previous commit made it always say "Pruning $remote" but reported the
URL only when there is something to prune. Make it consistent by not
saying anything at all when there is nothing to prune.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found