commit | d5f6a96fa4792f6143d06d9c0b572a96d7235305 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Mon Aug 17 20:18:23 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 18 12:26:01 2009 -0700 |
tree | 35ce7257d0e1a4c68aa7ece581437e59740f53e1 | |
parent | a12218572f2875e91b6c3c12559b076c4949a675 [diff] |
block-sha1: make the size member first in the context struct This is a 64-bit value, hence having it first provides a better alignment. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>