Code

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>
Fri, 23 Sep 2005 04:43:19 +0000 (21:43 -0700)
commitbc7ccfd2d7342bf81d344c4215a17ebbb64d9212
tree36ee2b91a3c3a2f68ba4f4c2b8e2a3ebeda3d51f
parentb163512d4eb36ee946908b682c7863658c5a8db4
Do not give alarming error message from rsync in fetch and clone.

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>
(cherry picked from 89d844d084f14bc9506f63cd3c9aa44b21b49067 commit)
git-clone.sh
git-fetch.sh