From: Linus Torvalds Date: Sat, 11 Feb 2006 18:43:56 +0000 (-0800) Subject: Make "git clone" pack-fetching download statistics better X-Git-Tag: v1.2.0~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c548cf4ee0737a321ffe94f6a97c65baf87281be?hp=c548cf4ee0737a321ffe94f6a97c65baf87281be 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 Signed-off-by: Junio C Hamano ---