author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 6 Aug 2009 14:45:46 +0000 (07:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 20:56:45 +0000 (13:56 -0700) | ||
commit | 5d5210c35aa83342163ab0ab80b8e6d6fa3ce931 | |
tree | 9440ebf9146a0c9b7a67fac1b6ca52fea7d519a5 | tree | snapshot |
parent | e869e113c8f91999f9a433436e0b863fe2727b61 | commit | diff |
block-sha1: get rid of redundant 'lenW' context
.. and simplify the ctx->size logic.
We now count the size in bytes, which means that 'lenW' was always just
the low 6 bits of the total size, so we don't carry it around separately
any more. And we do the 'size in bits' shift at the end.
Suggested by Nicolas Pitre and linux@horizon.com.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.. and simplify the ctx->size logic.
We now count the size in bytes, which means that 'lenW' was always just
the low 6 bits of the total size, so we don't carry it around separately
any more. And we do the 'size in bits' shift at the end.
Suggested by Nicolas Pitre and linux@horizon.com.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
block-sha1/sha1.c | diff | blob | history | |
block-sha1/sha1.h | diff | blob | history |