aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-20 12:36:41 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-20 12:36:41 -0700
commitca9be05421ff3b641182ab4063c7c3ac834750b5 (patch)
treea914778424d080e5ddb481685fa18eb301dc2cfe /cache.h
parent4990aadc4cbb872cb71acdc0ca842eacb86f1362 (diff)
downloadgit-ca9be05421ff3b641182ab4063c7c3ac834750b5.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
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];
};
/*