]> git.ipfire.org Git - thirdparty/git.git/commit
Correct max_packsize default in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Jan 2007 09:25:12 +0000 (04:25 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Jan 2007 09:25:12 +0000 (04:25 -0500)
commiteec11c24840bfc5293a80fed3c3b1e5bc10ac453
tree6537c7248d286528621ac9d1336ddf20298f2bc5
parent0fcbcae75372f96539ba0f9598112c417d81ab0d
Correct max_packsize default in fast-import.

Apparently amd64 has defined 'unsigned long' to be a 64 bit value,
which means -1 was way over the 4 GiB packfile limit.  Whoops.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c