libgit2/include
Carlos Martín Nieto 77b339f7b6 odb: make the writestream's size a git_off_t
Restricting files to size_t is a silly limitation. The loose backend
writes to a file directly, so there is no issue in using 63 bits for the
size.

We still assume that the header is going to fit in 64 bytes, which does
mean quite a bit smaller files due to the run-length encoding, but it's
still a much larger size than you would want Git to handle.
2015-05-13 09:34:20 +02:00
..
git2 odb: make the writestream's size a git_off_t 2015-05-13 09:34:20 +02:00
git2.h Make the OpenSSL locking function warnings more severe 2014-12-12 15:46:57 +01:00