summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sha256: indirection for experimental functionsEdward Thomson2022-07-133-0/+42
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-138-45/+204
|\
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-203-19/+70
| * odb_loose: SHA256 support for loose object storageEdward Thomson2022-06-201-2/+8
| * odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-201-8/+38
| * odb: accept an oid type in optionsEdward Thomson2022-06-202-0/+8
| * odb: add git_odb_optionsEdward Thomson2022-06-201-2/+20
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-7/+18
| * oid: specify a default implementationEdward Thomson2022-06-201-0/+3
| * oid: add sha256 typed oidsEdward Thomson2022-06-201-4/+9
| * oid: give oids a typeEdward Thomson2022-06-201-21/+36
| * oid: include maximum oid raw/hex sizesEdward Thomson2022-06-141-0/+2
| * oid: introduce `git_oid_t`Edward Thomson2022-06-141-0/+5
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-142-5/+10
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-144-9/+9
* | meta: update version number to v1.6.0-alphaEdward Thomson2022-07-131-4/+4
* | v1.5: update version numbersEdward Thomson2022-07-131-2/+2
|/
* status: update documentation for default optionsEdward Thomson2022-06-131-2/+5
* config: update config entry iteration lifecycleEdward Thomson2022-06-131-2/+2
* transport: remove `git_transport_smart_proxy_options` Edward Thomson2022-06-121-10/+0
* Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-113-7/+7
|\
| * docs: fix couple of typosAleksey Kulikov2022-04-283-7/+7
| * Merge pull request #6277 from cschlack/sys_transport_missing_includeEdward Thomson2022-04-251-0/+1
| |\
| | * Fix missing includeChristian Schlack2022-04-161-0/+1
| * | remote: Delete a now-inexistent API declarationlhchavez2022-04-141-10/+0
| |/
* | Apply suggestions from code reviewlhchavez2022-06-112-1/+3
* | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-2/+29
|/
* repo: make ownership checks optionalEdward Thomson2022-04-111-1/+11
* repo: ensure that repo dir is owned by current userEdward Thomson2022-04-111-1/+2
* sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHAEdward Thomson2022-03-232-1/+3
* errors: expose `git_error_set`Edward Thomson2022-02-221-2/+16
* meta: document version information for libgit2Edward Thomson2022-02-141-0/+20
* meta: provide an accessor for prerelease infoEdward Thomson2022-02-141-0/+11
* meta: update version number to v1.5.0-alphaEdward Thomson2022-02-141-6/+7
* v1.4: update version numbersEdward Thomson2022-02-131-3/+3
* Merge pull request #6204 from boretrk/merge_flagsEdward Thomson2022-02-121-2/+17
|\
| * merge: make the internal flags publicEdward Thomson2022-02-121-4/+13
| * merge: allocate merge flags for internal usePeter Pettersson2022-02-071-2/+8
* | diff: indicate when the file size is "valid"Edward Thomson2022-02-121-1/+2
* | Merge pull request #6203 from libgit2/ethomson/fetch_by_oidEdward Thomson2022-02-112-0/+41
|\ \ | |/ |/|
| * transport: transports can indicate support for fetch by oidEdward Thomson2022-02-061-0/+31
| * transport: add capabilities query functionEdward Thomson2022-02-061-0/+10
* | Merge pull request #6192 from libgit2/ethomson/sha256_preparationEdward Thomson2022-02-063-7/+38
|\ \ | |/ |/|
| * packbuilder: use the packfile name instead of hashEdward Thomson2022-01-271-7/+21
| * indexer: use a byte array for checksumEdward Thomson2022-01-271-0/+14
| * index: use a byte array for checksumEdward Thomson2022-01-271-0/+3
* | merge: support zdiff3 conflict stylesEdward Thomson2022-01-302-2/+8
|/
* Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-1732-9/+144
|\
| * Apply suggestions from code reviewEdward Thomson2022-01-1710-14/+13
| * Set parameter name as function declarationpunkymaniac2022-01-122-2/+2