| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 1 | -0/+3 |
| | | | | | | | Users should provide us an array of object ids; we don't need a separate type. And especially, we should not be mutating user-providing values. Instead, use `git_oid *` in the shallow code. | ||||
| * | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 1 | -1/+3 |
| | | |||||
| * | refactor: make util an object library | Edward Thomson | 2022-02-22 | 1 | -0/+124 |
| 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. | |||||
