Do not give alarming error message from rsync in fetch and clone.
authorJunio C Hamano <junkio@cox.net>
Tue, 20 Sep 2005 06:52:33 +0000 (23:52 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Sep 2005 22:07:54 +0000 (15:07 -0700)
When we check the optional objects/info/alternates file at the remote
repository, we forgot to really squelch error message from rsync.

Not having that file is not a crime.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found