Merge branch 'jc/cache-tree' into next
* jc/cache-tree: git-write-tree writes garbage on sparc64
This commit is contained in:
commit
47e68cd803
@ -826,7 +826,7 @@ static int ce_write(SHA_CTX *context, int fd, void *data, unsigned int len)
|
||||
}
|
||||
|
||||
static int write_index_ext_header(SHA_CTX *context, int fd,
|
||||
unsigned long ext, unsigned long sz)
|
||||
unsigned int ext, unsigned int sz)
|
||||
{
|
||||
ext = htonl(ext);
|
||||
sz = htonl(sz);
|
||||
|
Loading…
Reference in New Issue
Block a user