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)
commitc548cf4ee0737a321ffe94f6a97c65baf87281be
tree0becb5d7b5ce6aa299d33f4d7fbaba6d866a18e2
parent5ee2ad654bc7d19ec4f08e11dc4fed8b97a59222
Make "git clone" pack-fetching download statistics better

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>
fetch-clone.c