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

Defines | |
| #define | EXTENDED_OFFSET_FLAG (1 << 31) |
Variables | |
| static const NSRange | kGITPackIndexSignature = {0, 4} |
| static const NSRange | kGITPackIndexVersion = {4, 4} |
| static const NSRange | kGITPackIndexFanout = {8, 256 * 4} |
| static const NSUInteger | kGITPackIndexFanoutSize = 4 |
| static const NSUInteger | kGITPackIndexFanoutCount = 256 |
| static const NSUInteger | kGITPackIndexSHASize = 20 |
| static const NSUInteger | kGITPackIndexCRCSize = 4 |
| static const NSUInteger | kGITPackIndexOffsetSize = 4 |
| static const NSUInteger | kGITPackIndexExtendedOffsetSize = 8 |
| #define EXTENDED_OFFSET_FLAG (1 << 31) |
const NSUInteger kGITPackIndexCRCSize = 4 [static] |
const NSUInteger kGITPackIndexExtendedOffsetSize = 8 [static] |
const NSRange kGITPackIndexFanout = {8, 256 * 4} [static] |
const NSUInteger kGITPackIndexFanoutCount = 256 [static] |
const NSUInteger kGITPackIndexFanoutSize = 4 [static] |
const NSUInteger kGITPackIndexOffsetSize = 4 [static] |
const NSUInteger kGITPackIndexSHASize = 20 [static] |
const NSRange kGITPackIndexSignature = {0, 4} [static] |
const NSRange kGITPackIndexVersion = {4, 4} [static] |
1.5.7