| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | packfile: handle sha256 packfiles | Edward Thomson | 2023-02-12 | 1 | -15/+29 |
| | | | | | Teach the packfile machinery to cope with SHA256. | ||||
| * | pack: don't pretend we support pack files v3 | Edward Thomson | 2022-07-08 | 1 | -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 data | Edward Thomson | 2022-04-10 | 1 | -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 Thomson | 2022-02-22 | 1 | -0/+199 |
