Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport: teach transports about oid types and SHA256 | Edward Thomson | 2023-02-12 | 1 | -4/+0 |
| | |||||
* | sha256: indirection for experimental functions | Edward Thomson | 2022-07-13 | 1 | -1/+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. | ||||
* | fetch: support OID refspec without dst | Edward Thomson | 2022-03-23 | 1 | -2/+5 |
| | | | | | Support the ability to create a refspec that is a single object ID without a destination. | ||||
* | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+211 |