]> git.ipfire.org Git - thirdparty/git.git/commit
git-fetch: send informational output to >&2 consistently.
authorJunio C Hamano <junkio@cox.net>
Mon, 26 Sep 2005 02:49:49 +0000 (19:49 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Sep 2005 01:04:17 +0000 (18:04 -0700)
commit0b7a9fc971712308712fedbba404f7b448e37d45
treec648272a6d074553403faa862880c49ca1d2f46e
parentdeca7e8c591608c9ffd0bf0aaf10b379da9f6d6e
git-fetch: send informational output to >&2 consistently.

Only the "Fetching ... using http" was leaking to stdout.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh