Make "git clone" pack-fetching download statistics better
authorLinus Torvalds <torvalds@osdl.org>
Sat, 11 Feb 2006 18:43:56 +0000 (10:43 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 12 Feb 2006 00:49:52 +0000 (16:49 -0800)
Average it out over a few events to make the numbers stable, and fix the
silly usec->binary-ms conversion.

Yeah, yeah, it's arguably eye-candy to keep the user calm, but let's do
that right.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found