Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | object: lookup sha256 objects | Edward Thomson | 2023-02-12 | 1 | -2/+4 |
| | | | | | 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. | ||||
* | refactor: make util an object library | Edward Thomson | 2022-02-22 | 1 | -1/+1 |
| | | | | | | | | | | Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. Now the top-level `src` is responsible for platform selection, while the next-level `libgit2` and `util` configurations are responsible for identifying what objects they include. | ||||
* | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+528 |