mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 00:01:10 +00:00
![]() 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. |
||
---|---|---|
.. | ||
commit.h | ||
config.h | ||
diff.h | ||
filter.h | ||
hashsig.h | ||
index.h | ||
mempack.h | ||
odb_backend.h | ||
openssl.h | ||
refdb_backend.h | ||
reflog.h | ||
refs.h | ||
repository.h | ||
stream.h | ||
transport.h |