| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 1 | -52/+0 |
| | | | | | | | 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. | ||||
| * | shallow: cleanup whitespace in tests | Edward Thomson | 2023-05-08 | 1 | -16/+16 |
| | | |||||
| * | transport: transports understand oid type | Edward Thomson | 2023-04-25 | 1 | -2/+2 |
| | | | | | Teach the smart transport more about oid types, instead of assuming SHA1. | ||||
| * | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe' | lmcglash | 2023-03-10 | 1 | -12/+25 |
| |\ | |||||
| | * | clone: support sha256 | Edward Thomson | 2023-02-12 | 1 | -12/+25 |
| | | | |||||
| * | | fix shallowarray test | Yuang Li | 2022-08-31 | 1 | -3/+3 |
| | | | |||||
| * | | support fetch unshallow option on shallow repos | yuangli | 2022-08-09 | 1 | -0/+52 |
| |/ | |||||
| * | sha256: indirection for experimental functions | Edward Thomson | 2022-07-13 | 1 | -2/+2 |
| | | | | | | The experimental function signature is only available when `GIT_EXPERIMENTAL_SHA256` is enabled. | ||||
| * | oid: give oids a type | Edward Thomson | 2022-06-20 | 1 | -2/+2 |
| | | | | | | `git_oid`s now have a type, and we require the oid type when creating the object id from creation functions. | ||||
| * | refactor: `tests` is now `tests/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+340 |
| Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2. | |||||
