summaryrefslogtreecommitdiff
path: root/src/libgit2/object.h
Commit message (Collapse)AuthorAgeFilesLines
* object: lookup sha256 objectsEdward Thomson2023-02-121-1/+2
| | | | | This is much of the plumbing for the object database to support SHA256, and for objects to be able to parse SHA256 versions of themselves.
* oid: give oids a typeEdward Thomson2022-06-201-1/+2
| | | | | `git_oid`s now have a type, and we require the oid type when creating the object id from creation functions.
* object: move oid header printing to objectEdward Thomson2022-06-141-1/+4
|
* object: move oid header parsing to objectEdward Thomson2022-06-141-1/+5
|
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+71