summaryrefslogtreecommitdiff
path: root/src/libgit2/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-4/+0
|
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-1/+2
| | | | | The experimental function signature is only available when `GIT_EXPERIMENTAL_SHA256` is enabled.
* oid: give oids a typeEdward Thomson2022-06-201-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 dstEdward Thomson2022-03-231-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 Thomson2022-02-221-0/+211