summaryrefslogtreecommitdiff
path: root/src/libgit2/remote.c
Commit message (Collapse)AuthorAgeFilesLines
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-1/+1
| | | | | The experimental function signature is only available when `GIT_EXPERIMENTAL_SHA256` is enabled.
* oid: give oids a typeEdward Thomson2022-06-201-3/+3
| | | | | `git_oid`s now have a type, and we require the oid type when creating the object id from creation functions.
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-1/+1
| | | | | Callers should not assume the layout of the oid structure; provide them a macro that defines the null / zero sha1 object id.
* oid: don't assume the size of an oidEdward Thomson2022-04-101-1/+1
| | | | | Don't assume that a `git_oid` is a particular size; allocate `sizeof(git_oid)` instead.
* 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/+3084