]> git.ipfire.org Git - thirdparty/git.git/commit
Remove unnecessary debugging from builtin-fetch
authorShawn O. Pearce <spearce@spearce.org>
Fri, 14 Sep 2007 07:31:11 +0000 (03:31 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commit133296f00cd441b5525ccc3e82ee13cbfc62d246
tree60c89fdc1c0ce7337555de42630cd1ab672823ba
parent4ad1eada9774a1f340beb4fdf78f1735534741bb
Remove unnecessary debugging from builtin-fetch

The older git-fetch client did not produce all of this debugging
information to stdout.  Most end-users and Porcelain (e.g. StGIT,
git-gui, qgit) do not want to see these low-level details on the
console so they should be removed.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch-pack.c
builtin-fetch.c