From ca9be05421ff3b641182ab4063c7c3ac834750b5 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 20 Apr 2005 12:36:41 -0700 Subject: 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. --- cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index dd91a71808..eab355da5d 100644 --- a/cache.h +++ b/cache.h @@ -28,7 +28,6 @@ struct cache_header { unsigned int hdr_signature; unsigned int hdr_version; unsigned int hdr_entries; - unsigned char sha1[20]; }; /* -- cgit v1.2.3