#import "GITPackIndexVersion1.h"#import "GITUtilityBelt.h"#import "NSData+Hashing.h"

Variables | |
| static const NSUInteger | kGITPackIndexFanOutSize = 4 |
| bytes | |
| static const NSUInteger | kGITPackIndexFanOutCount = 256 |
| static const NSUInteger | kGITPackIndexFanOutEnd = 4 * 256 |
| Update when either of the two above change. | |
| static const NSUInteger | kGITPackIndexEntrySize = 24 |
| bytes | |
const NSUInteger kGITPackIndexEntrySize = 24 [static] |
bytes
const NSUInteger kGITPackIndexFanOutCount = 256 [static] |
const NSUInteger kGITPackIndexFanOutEnd = 4 * 256 [static] |
Update when either of the two above change.
const NSUInteger kGITPackIndexFanOutSize = 4 [static] |
bytes
1.5.7