diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-20 12:36:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-20 12:36:41 -0700 |
commit | ca9be05421ff3b641182ab4063c7c3ac834750b5 (patch) | |
tree | a914778424d080e5ddb481685fa18eb301dc2cfe /cache.h | |
parent | 4990aadc4cbb872cb71acdc0ca842eacb86f1362 (diff) | |
download | git-ca9be05421ff3b641182ab4063c7c3ac834750b5.tar.gz git-ca9be05421ff3b641182ab4063c7c3ac834750b5.tar.xz |
Make the sha1 of the index file go at the very end of the file.
This allows us to both calculate it and verify it faster.
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ struct cache_header { unsigned int hdr_signature; unsigned int hdr_version; unsigned int hdr_entries; - unsigned char sha1[20]; }; /* |