summaryrefslogtreecommitdiff
path: root/src/libgit2/pack.h
Commit message (Collapse)AuthorAgeFilesLines
* packfile: handle sha256 packfilesEdward Thomson2023-02-121-15/+29
| | | | Teach the packfile machinery to cope with SHA256.
* pack: don't pretend we support pack files v3Edward Thomson2022-07-081-1/+1
| | | | | | | Pack files v3 are introduced in the SHA256 hash transition document https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.txt Obviously we do not support these yet. Stop pretending that we do.
* pack: use raw oid dataEdward Thomson2022-04-101-1/+2
| | | | | A packfile contains arrays of raw oid data, use a byte array to index into them.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+199