Revision 66913284f06da58e2243acfad951a57501b8d813 authored by Nicolas Pitre on 24 April 2009, 21:46:15 UTC, committed by Junio C Hamano on 25 April 2009, 15:54:18 UTC
Often the throughput output is requested when the data read so far is
one smaller than multiple of 1024; because 1023/1024 is ~0.999, it often
shows up as 0.99 because the code currently truncates.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f29ac4f
History
File Mode Size
sha1.c -rw-r--r-- 1.4 KB
sha1.h -rw-r--r-- 559 bytes
sha1ppc.S -rw-r--r-- 7.3 KB

back to top